We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6a638 commit 4af79f8Copy full SHA for 4af79f8
Week2/LESSONPLAN.md
@@ -170,3 +170,5 @@ console.log(evens); // [2, 4]
170
171
### Essence
172
173
+Easy methodes to transform arrays, wich you'll have to do quite often, while keeping the original array intact.
174
+You can see it as a shortcut. Of course you can write these methodes yourself many times, but 'they' already did it for you
0 commit comments