Skip to content

Commit e2f1cfe

Browse files
authored
Update README.md
1 parent 1dfcc77 commit e2f1cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Welcome to your first bootcamp exercise at Ironhack!
66

7-
The goal of this exercise is to get you familiarized with the primitive data structures we have in JavaScript, and we have just covered in class. Feel free to reference lesson materials but don't limit yourself but be curious and use Google to explore multiple solutions.
7+
The goal of this exercise is to get you familiarized with the primitive data structures in JavaScript, which we just covered in the class. Feel free to reference lesson materials and don't limit yourself but be curious and use Google to explore multiple solutions.
88

99
Ready?
1010

@@ -108,4 +108,4 @@ Ask the user for a new string and check if it's a [Palindrome](https://en.wikipe
108108
- [String - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)
109109
- [if - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/if...else)
110110
- [while - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/while)
111-
- [for - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for)
111+
- [for - MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for)

0 commit comments

Comments
 (0)