Giter Site home page Giter Site logo

worwox / es6-guide Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 4.0 5.54 MB

ES6 Guide & Comparison With Previous Versions | WORK IN PROGRESS ⚒

HTML 1.04% JavaScript 98.96%
exercise es6 guide babel ecmascript2015 ecmascript javascript source-code implementation learning-es6

es6-guide's Introduction

ES6 Guide Header


🍭 A Visual Guide To ES6 Features In Comparison With Previous Versions
Follow on Twitter → WPCouple


ES6 Guide Header

How to Use?

This repository also contains implementation of new ES6 features. Follow the steps below to check them out.

  1. Clone the repository.
  2. Go to terminal and run the following command:
npm install
  1. Go to index.html and add the filename in src of <script> tag.
  2. Open Index file and see the results.

Changing The Source Files

Once you make any change to the source file, run following command to transpile.

npm run build

Contributions

guide-json-file folder contains the JSON File for map. It is made in BALSAMIQ Mockups. Go to Projects >> Import >> Mockup JSON to import the mockup and update it. Upload and Update the images and create a Pull Request.

es6-guide's People

Contributors

asharirfan avatar mrhassanmurtaza avatar saqibameen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

es6-guide's Issues

Deconstruction is wrong!

@MrSaqibAmeen this is wrong!

let person = {name: 'John', age: 25};
let { name } = person;
console.log(name); // John

Is the write answer.

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.