#Js-Roadmap
#Roadmap
#JavaScript
Javascript learning path
- Type the
URL
and press Enter
- The URL gets
resolved
- A Request is sent to the server of the website
- The response of the server is
parsed
- The page is
rendered
and displayed
- Function
camelCase
is commonly used.
functionName()
- Variable naming
letters, digits, symbols $ and _
- Can’t start with digit.
apple and AppLE
–> are two different variables.
- Constant
Capital letters and underscores
- Indentetion –>
4 Sapce
- Semicolons
- In most cases a newline implies a semicolon.
- But “in most cases” does not mean “always”!
4. Popular website to learn Javascript
Editor you can use
* Download `.deb` package
* Double-click and will be installed using `software center`
Recommended Atom Packages
Recommended VSCode Extensions
- Bracket Pair Colorizer(CoenraadS)
- Prettier - Code formatter(Prettier)
- Live Server(ritwickdey)