Skip to content

nspektor/js-fundamentals-review-2

Repository files navigation

js-fundamentals-review-2

Has an overview of basic STRING methods that are incredibly useful and I would suggest looking over them and trying to remember what each does. The best way to really understand what they do is to practice with them, so try all the given examples and come up with your own!

Methods covered:

  • indexOf
  • substring
  • toUpperCase
  • toLowerCase
  • charAt
  • charCodeAt
  • split
  • length
Has an overview of basic ARRAY methods that you should look over and practice using.

Methods covered:

  • slice
  • splice
  • pop
  • push
  • shift
  • unshift
  • concat
  • join
Has an overview of ADVANCED ARRAY methods that you should look over, understand, and practice.

There is an example for each of the methods, and for indexOf, filter, forEach, map, and reduce there is also an example for how to do the same thing without the advanced method. This is so that you can understand what the method does behind the scenes.

Methods covered:

  • sort
  • reverse
  • every
  • some
  • indexOf
  • filter
  • forEach
  • map
  • reduce
Has practice problems that you should do so you can really understand the methods covered in AdvancedArrayReview.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published