Skip to content

JavaScript is the most popular Programming language in the world. Over 97% of websites use JavaScript on the client side for web page behavior, often incorporating third-party libraries.

License

mrhrifat/javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript All To Know

JavaScript is the most popular Programming language in the world. Over 97% of websites use JavaScript on the client side for web page behavior, often incorporating third-party libraries.

Why JavaScript?

Why not? All major web browsers have a dedicated JavaScript engine to execute the code on users' devices. It can be used in Front-end, Back-end, Android, IOS, Desktop & AI also. So I decided to learn & practice JavaScript That All Need To Know. Learn more about JavaScript

Motive

It will be helpful for any future Programmer, who want to learn JavaScript from Basic to Advance by practice & solving problem. Also for those who won't understand any hard example of any Code Statement. It will be a good experience to for Programmers.

ES6 / ECMAScript 6

ECMAScript 2015 or ES2015 is a significant update to the JavaScript programming language. It is the first major update to the language since ES5 which was standardized in 2009. Therefore, ES2015 is often called ES6. JavaScript ES6 brings new syntax and new awesome features to make your code more modern and more readable. It allows you to write less code and do more. ES6 introduces us to many great features like arrow functions, template strings, class destruction, Modules and more.

Note: To follow this ES6 tutorial, you should have a good knowledge of JavaScript up to ES5.

DOM Manipulation

Document Object Model is called DOM. It just an API to interact with HTML document and change it later on demand. It's the main object of Document Object. Document object is the child object of Window object.

Agenda

How To Contribute

I will be open to any contribution. If you have any idea, please let me know.

  • Fork the repository.
  • Make your changes.
  • Commit your changes.
  • Create a pull request.
  • Wait for the pull request to be merged.

Note: If you want to do a major changes than first create an Issue.

License

This project is licensed under GPL-3.0.

About

JavaScript is the most popular Programming language in the world. Over 97% of websites use JavaScript on the client side for web page behavior, often incorporating third-party libraries.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published