/learn-html-css-js

I am Learning HTML, CSS, and JavaScript from different video courses, books, and Web Sites

Primary LanguageHTMLMIT LicenseMIT

Learn HTML CSS and JavaScript

I am Learning HTML, CSS, and JavaScript from different video courses, books, and Web Sites

Resources

  1. https://www.w3schools.com/html/default.asp
  2. https://developer.mozilla.org/en-US/

TypeScript Related Resources

npm install -g typescript

tsc -v
tsc --init

ts-node .\src\A2PrimitiveTypes.ts

tsc
# Locally in your project.
npm install -D typescript
npm install -D ts-node

# Or globally with TypeScript.
npm install -g typescript
npm install -g ts-node

# Depending on configuration, you may also need these
npm install -D tslib @types/node