Giter Site home page Giter Site logo

timjs-workshop-01-javascript-citizens's Introduction

tim.js workshop 01: JavaScript Citizens

Welcome to the first JavaScript workshop, organized by tim.js.

We will dive into the building blocks of the ECMAScript language, the so called "1st class citizens", explaining in detail how they work & why is it so important to understand them. We will cover some fundamental concepts of ES5, while also touching some new features added in ES6.

Tutor: Andrei Pfeiffer

Content

  • Intro: short history, JS vs ES;
  • Primitives: types, typeof, type casting, falsey values;
  • Arrays: literals, stack, queue, filtering, iterating;
  • Objects: literals, enhanced literals, property descriptors, json;
  • Functions: types, returns, 1st class functions.

What you need?

Here's a list of things you need:

  1. a laptop & power-plug
  2. a code editor (optional)
  3. Node.js 4.0+ (optional)

Who is it for?

  • Beginner & Intermediate JavaScript developers who want to discover the language at a deeper level
  • Advanced developers, who switched to JavaScript and want to understand its mechanics

Setup

Here are the steps you can follow to setup the workshop project skeleton. All these commands need to be run from the command line (shell/terminal):

  • iTerm on MacOSX
  • cmd/GitBash on Windows
  • any terminal on Linux.

1. Create project folder

First, you need to create a new folder somewhere on your computer:

mkdir [PROJECT_NAME]
cd [PROJECT_NAME]

// or create a new "project folder" and navigate to it using your favourite file system tool

2. Clone project skeleton

Second, you need to clone this repository. If you have git installed, you can:

git clone https://github.com/andreipfeiffer/timjs-workshop-01-javascript-citizens.git ./

If you don't have git, you can download this repo and unzip it in your PROJECT_NAME folder.

NOTE: if you have a GitHub account, you can fork this repo, so you can commit your personal changes.

3. Install dependencies

npm install

4. Run project

npm start

This should display a URL in the console, where you can load the project page.

timjs-workshop-01-javascript-citizens's People

Contributors

andreipfeiffer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.