mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Fixes 4003
This commit is contained in:
parent
436770c0a7
commit
709ce63e75
@ -308,18 +308,18 @@
|
||||
"",
|
||||
" var html = \"\";",
|
||||
"",
|
||||
" // Only change code below this line.",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
" // Only change code above this line.",
|
||||
"",
|
||||
" json.map(function(val){",
|
||||
"",
|
||||
" val = \"<img src = '\" + val.imageLink + \"'/>\" ",
|
||||
"",
|
||||
" html = html + \"<div class = 'cat'>\"",
|
||||
"",
|
||||
" // Only change code below this line.",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
" // Only change code above this line.",
|
||||
"",
|
||||
" html = html + '<div>' + val + '</div>';",
|
||||
"",
|
||||
" html = html + \"</div>\"",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user