/warsawjs-workshop-36-podstawy-javascript

Repozytorium szkoleniowe na potrzeby przeprowadzenia warsztatu ze wstępu do programowania w języku JavaScript

WarsawJS Workshop #36 - Introduction to JavaScript

https://js-sandbox.basaj.dev/manual/

https://github.com/lukaszbasaj/manual-javascript

logo

Agenda:

  • JavaScript syntax
  • how to use JS scripts
  • cooperating JS with HTML and CSS
  • types
  • variables
  • operators
  • data structures
    • objects
    • arrays
  • built-in objects
  • condition statements
  • loops
  • functions
  • methods of objects and arrays
  • JSON
  • scopes
  • DOM
  • asynchronous programming
  • fetching data

Prerequisites

  • Installed git (version >= 2.x.x)
  • Installed node.js (version >= 10.x.x).
  • Installed npm (version >= 6.x.x)

Preparation

Workshop

During workshop we will solve the tasks contained in the individual branches of this repository

Additional stuff

You can find associated manual content here