Code Monkey home page Code Monkey logo

ecmascript-workshop's Introduction

ECMAScript Workshop

The next-generation of javascript also known as ECMAScript 6 (also called ES6 or Harmony), is bringing us lots of amazing features that you probably will need to know, like:

  • Modules
  • Variables & scope
  • Template strings
  • Destructuring
  • Classes
  • Generators
  • Promises
  • Arrow functions
  • Maps/Sets
  • Iterator & iterable

Sugar Syntax

First of all, Syntactic Sugar is a syntax that make a language easier to understand and more readable, it makes the language "sweeter" for us. It also means that some "new" features of ES6 are not really new because ES6 is trying to simplify the syntax to make things easier for us. So instead of writing the your code using the old tricky way, you'll be able to code in a the simpler way, with sugar syntax.

Installation

  • Install node
  • run npm install

Usage

  • npm test to start tests in watch mode - will recompile when you change a file.

Wish list app

Santa started making a wish list app so that everyone can write down their Christmas wishes. He has not gotten very far on making it, so he needs your help!

You will find the app in src/wish-list-app. You can run it up by:

  • run npm start from this directory
  • navigate to localhost:8090 in your browser

Santa will also be happy if you can improve it for him. He did not use ES 2015, so he was hoping you at least could update the existing functionality.

More details can be found in the Readme.md in the app root directory.

You need to fix the app so that you can write down your wishes for Christmas, or else it will only be socks for you :/

References

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.