Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 2.29 KB

javascript.md

File metadata and controls

72 lines (53 loc) · 2.29 KB
title date category image tags authors mainpage draft
JavaScript
2021-08-15 22:03:30 UTC
language
images/javascript.jpg
frontend
backend
javascript
nikiljos
false
false
  • JavaScript is the world's 🌎 most popular programming language

  • It is the programming language of the Web and is easy to learn

  • You can use it directly in your websites 🔥 to add some cool functionality

  • You can use it to create Backend servers using NodeJS and Express

  • And there are much more interesting frameworks like ReactJS and much more....

Prerequisites 🌟

Nil…. JavaScript is so easy to learn and beginner friendly. However it is good to have a basic idea of any programming language like C++, Python etc... Also It is good to have basic idea of HTML when you are learning DOM

You can start trying out the basics of Javascript just from the console of your browser. You can also run javascript code straight from your terminal like other programming languages using NodeJS.

Topics to learn 💎

  • Print out something in the console
  • var,let,const
  • Basic math operations 🧮
  • Loops
  • Functions
  • JS HTML DOM
  • Built in functions
  • Objects
  • Arrow Functions
  • Callbacks
  • Async Await
  • Promises

RESOURCES ✨

Courses 🔖

Tutorials

Blogs 📝

E-Books 📖