Skip to content

Latest commit

 

History

History
67 lines (51 loc) · 3.47 KB

File metadata and controls

67 lines (51 loc) · 3.47 KB

JavaScript (JS) is a lightweight, interpreted, programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as node.js and Apache CouchDB. JS is a prototype-based, multi-paradigm, dynamic scripting language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles. Read more about JavaScript.

Mozilla Developer Network (MDN)

Resources

Courses

Basic

Intermediate

Advanced

Reddit Threads

Books

Project Ideas

  • Web App to display top trending github repositories.
  • Create an MVC todo app in ES5.
  • A LinkedIn scraper to fetch details of members.
  • Image lazy-loading library.
  • Mini-jQuery like library.
  • Form validation plugin.
  • Blog site with NodeJS as server.
  • Flappy Bird game.
  • Calculator app.