Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.8 KB

README.md

File metadata and controls

49 lines (27 loc) · 1.8 KB

Javascript is a High-Level, Single-Threaded, Garbage-Collected Interpreted or JIT compiled, Prototype-Based, multi-Paradigm, dynamic, Language with a non-Blocking Event concurency model.

😐😬🤯

Get a quick into on how its made 😂 by Fireship.

JavaScript in the browser has evolved. Developers who want to take advantage of the latest features have the option of going framework-less with less hassle.

Functionally normally reserved to front-end frameworks, like a component-based approach, is now feasible in plain old JavaScript.

This repo contains source for the Playground and code examples. The goal is to help people learn javascript by providing them with enough and organised resources.

I believe this can prevent tutorial hell.

Contribution Summary

Alt

You can run the playground localy, or online.

It was built with Pagoda full-stack starter kit

requirements

Ensure the following are installed on your system:

Start the local playground

Start the Docker containers for the database and cache by executing make up:

./build up

Automation scripts

Automation scripts are also included in /scripts

Enjoy!