Javascript

Last updated on

Javascript is certainly the most hated programming language, but nonetheless it’s by far the most used on the web. Here are my notes.

Javascript section

NodeJS / npm section

What is the @ when you install packages?

Like:

npm install @angular/router

They are called ‘scoped packages’. It’s a fancy way to teams and enterprises to have namespaces so they control whats after the @name/... thing

source: StackOverflow


This post comes from github, view it here