Git Product home page Git Product logo

ultimate-javascript-course's Introduction

Table Of Contents

JS Introduction

JavaScript is used for frontend programming but it is also used for backend programming using Node.js. Lets take a step back and understand all these concepts one by one

### What is Programming?

It is a way to talk to computers. A language like Hindi, English, or Bengali can be used to talk to a human but for computers, we need straightforward instructions.
Programming is the act of constructing a program, a set of precise instructions telling a computer what to do.
Programming is the process of designing, writing, testing, debugging, and maintaining the source code of computer programs. It involves the use of programming languages and various tools to create software programs that can be run on a computer or other devices.

What is ECMAScript?

ECMAScript is a standard on which JavaScript is based!
It was created to ensure that different documents on JavaScript are talking about the same language.

ECMAScript Versions:

Beginning in 1997, JavaScript has evolved into many versions.

  • ECMAScript1 or ES1 was first released in 1997.
  • ECMAScript 2015 also known as ES6 was released in 2015 and a major revision to JavaScript was made.
  • The latest version of JavaScript will be ECMaScript2022 (ES13) in 2022.

What is JavaScript?

  • JavaScript is a lightweight, OOP language.
  • It is a scripting language for web pages.
  • It is used to add interactivity and dynamic effects to web pages.
  • โ€œ.jsโ€ is the extension.
  • Nowadays used in server-side development.
  • JS Frontend Frameworks: React, Angular, Vue.
  • JS Backend Frameworks: Express, Node.

ultimate-javascript-course's People

Contributors

aman1337g avatar

Stargazers

Aditya Bikram Jena avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.