“Javascript” as a Newbie view

History

Basics

  1. Primitive Data Type:
    *
    String,
    *
    Number,
    *
    Boolean,
    *
    undefined,
    *
    Null
    * Symbol (new in es6)
  2. Non-Primitive Data Type:
    *
    Array,
    * Object,
    *
    Function

Number

Use of ‘’ & “”
use of backtick (` `)
  1. charAt()

Number

  1. isNaN()

Array

  1. push()
  2. pop()
  3. shift()
  4. unShift()
  5. indexOf()
  6. splice()
  7. join()
  8. slice()
  9. replace()
  10. filter()
  11. find()
  12. forEach()
  13. map()
  14. reduce()
❤ Thank You ❤

--

--

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store