pinkrespect / javascript

Practice javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keeping the basis

pinkrespect opened this issue · comments

  • Change Var type to Const, Let Type.
  • Brace for If-Else.
  • Make Title HTML Code, and Edit this in Javascript.
  • Use strict equality(===) instead of abstract equality(==).
  • Use literal string or Template literals.