Update Solutions_w02d02_morning_exercise.md

master
Kristyn Bryan 10 years ago
parent 7efe896e12
commit 7ecf469b3b

@ -21,7 +21,6 @@ arr.forEach(function(n) {
=> Prints a bunch of 9s to the console
```
```
##### EXERCISE:
@ -40,7 +39,7 @@ words = ["Ho", "Chi", "Minh", "City", "was", "once", "known", "as", "Prey", "Nok
words.forEach(function (e){
console.log(e.toUpperCase());
});
```
# .map

Loading…
Cancel
Save