Rajeev-Gill / learn-js-at-phd

Learn Javascript at PHD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Materials to cover

Using the DevTools REPL (Read - Evaluate - Print - Loop)

  • console.log

Basic HTML Structure and File Set-up

  • VSCode Boiler Plate

Hello World Example https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/JavaScript_basics

Basic Data Structures

  • variables
  • ojects
  • arrays

Basic Data Types

  • string
  • number

Basic Mathematical Methods

Basic String Methods

  • concatenation
  • template literal sytax

Functions and Built-in Functions

Control flow and Conditional Logic (Decision Making)

Loops (Repeated code execution)

About

Learn Javascript at PHD


Languages

Language:JavaScript 80.8%Language:HTML 19.2%