Skip to content

A Collection of JavaScript Variations which make easy to understand Modern JavaScript

Notifications You must be signed in to change notification settings

vatsalsaxena22/JavaScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home | JavaScript | TypeScript | Node | Deno


JavaScript (JS) is a high-level, interpreted programming language primarily used to create interactive and dynamic web pages. It is a core web technology alongside HTML and CSS.

TypeScript :

A superset of JavaScript that adds optional static typing. It’s ideal for larger, more complex projects where catching errors early is a big win. Plus, it compiles down to regular JavaScript.

Node.js :

A runtime environment that allows you to execute JavaScript server-side. Perfect for building scalable network applications and APIs. It’s all about non-blocking, event-driven architecture.

Deno :

A modern runtime for JavaScript and TypeScript created by the original developer of Node.js.. It’s secure by default, ships with TypeScript support out of the box, and has no package manager—it uses URLs to import modules instead. A refreshing take on server-side JavaScript.


Maintained by Vatsal Saxena. This page was generated by GitHub Pages.

About

A Collection of JavaScript Variations which make easy to understand Modern JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published