Replaced backticks with <code></code>

This commit is contained in:
Aryan Jabbari
2015-08-23 05:03:52 -04:00
parent 2d3c0c2780
commit a8e3af20b0

View File

@ -181,7 +181,7 @@
"<code>});</code>", "<code>});</code>",
"", "",
"The map method is one of the easiest ways to iterate through an array or object there is. Let's use it now.", "The map method is one of the easiest ways to iterate through an array or object there is. Let's use it now.",
"Use the map function to add 3 to every value in the variable `array`" "Use the map function to add 3 to every value in the variable <code>array</code>"
], ],
"tests":[ "tests":[
"assert.deepEqual(array, [4,5,6,7,8], 'You should have added three to each value in the array');", "assert.deepEqual(array, [4,5,6,7,8], 'You should have added three to each value in the array');",