js 7
This commit is contained in:
parent
0c8b3ec501
commit
d3d182e9da
@ -1,8 +1,8 @@
|
|||||||
###Simple Loops and Iteration
|
Simple Loops and Iteration
|
||||||
|
==========================
|
||||||
|
|
||||||
You are given an array (challengeArray) at the top. Using a loop, compare the values inside. If a value in the list is "Dog", switch it to "Burger".
|
You are given an array (challengeArray) at the top. Using a loop, compare the values inside. If a value in the list is "Dog", switch it to "Burger".
|
||||||
|
|
||||||
|
#### Assertion
|
||||||
###Assertion
|
|
||||||
|
|
||||||
Make sure your results are printing so you know its working- because you're not going to get much from the assert test. Why is that? Google it and write the answer, as well as your own.
|
Make sure your results are printing so you know its working- because you're not going to get much from the assert test. Why is that? Google it and write the answer, as well as your own.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user