Skip to content

Latest commit

 

History

History
60 lines (50 loc) · 3.69 KB

README.md

File metadata and controls

60 lines (50 loc) · 3.69 KB

JAVASCRIPT BASIC TOPICS

First of all, let this book (JavaScript Succinctly) your reference for how the object works and some weird topics about JavaScript.

Listed below some general basic topics about JavaScript. All JavaScript (or Frontend) developers must know.

My goal is to keep this document as minimal as I can and keep it reach with keywords, links and a very small snippet of code.

Note: These are some topics in my head, I just need to list them. they're not well organized, but I'll keep maintain and modify this file.

If you have any concern, or you found something wrong, I really appreciate any comment or add.

Angular Topics:

HTML:

CSS:

  • css flexbox.
  • write responsive ui (using media query or whatever to write ui fits on different screen sizes).
  • ui animations.
  • write SEO familiar html.
  • Css new features.
  • SASS and LESS.

General:

  • find the best naming convention for (variables, URLs).