Skip to content

alexanderluna/javascript

Repository files navigation

Javascript

JavaScript is a lightweight, interpreted or JIT compiled programming language with first-class functions. Most well-known as the scripting language for Web pages, many non-browser environments also use it. JS is a prototype-based, multi-paradigm, dynamic scripting language, supporting object-oriented, imperative, and declarative styles. - MDN Web Docs

Javascript is versatile programming language that can be used to build web applications, servers, CLI scripts, automate systems, game development and mobile app development. This Repository is full of guides and resources which I collected reading books, blog posts and watching course.

Table of Contents

Installation and Setup

When it comes to Javascript development, you will need a Javascript Runtime (Node or Bun). You can install either one with Mise.

# on Linux
curl https://mise.run | sh

# on MacOS
brew install mise

# Install node or bun and add them to your $PATH automatically
mise use node@latest
mise use -g bun@latest

Resources


About

Learning, scripting and building with React, Node and Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors