DEV Community

Cover image for JS Concepts
Aryama
Aryama

Posted on • Updated on

JS Concepts

Topics:

TODO

  1. template literals
  2. How to create methods inside const
  3. prompt()
  4. Number()
  5. Array methods: push, slice, indexOf , length , join , split
  6. for(const it of arr){ }
  7. { result }
  8. Word frequency
  9. map , filter , reduce
  10. Modify DOM elements

Top comments (0)