Code Monkey home page Code Monkey logo

es-example's Introduction

(´ぺεぺ`*)<Hi there 👋

  • 🤓 Name: Kazukichi(Kazuki TOBITA)
  • ✉️ Email: [email protected]
  • 📍 Location: Hyogo
  • 🎂 Birthday: 1998/06/30 (Age: 25)
  • 💖 Like: Engineering / Music / Art / Books / Cycling
  • 📜 Bio: 元気しとぉや!
  • 👀 More profile

es-example's People

Contributors

tyokinuhata avatar

Watchers

 avatar  avatar

es-example's Issues

README追記

  • 各機能と対応するファイル名の記述
  • 追加されたシェルスクリプトの記載

ES5

  • strictモード
  • getter/setter
  • 末尾 カンマ を 無視
  • 予約後 を プロパティ名 に指定可能
  • Object.create
  • Object.defineProperty
  • Object.defineProperties
  • Object.getPrototypeOf
  • Object.keys
  • Object.seal
  • Object.freeze
  • Object.preventExtensions
  • Object.isSealed
  • Object.isFrozen
  • Object.isExtensible
  • Object.getOwnPropertyDescriptor
  • Object.getOwnPropertyNames
  • Array.isArray
  • Array.prototype.indexOf
  • Array.prototype.lastIndexOf
  • Array.prototype.every
  • Array.prototype.some
  • Array.prototype.forEach
  • Array.prototype.map
  • Array.prototype.filter
  • Array.prototype.reduce
  • Array.prototype.reduceRight
  • プロパティアクセス
  • String.prototype.trim
  • Date.now
  • Date.prototype.toISOString
  • Date.prototype.toJSON
  • Function.prototype.bind
  • JSON.parse
  • JSON.stringify

https://garafu.blogspot.jp/2016/06/ecmascript5.html

ES7

  • べき乗演算子
  • Array.prototype.includes

ES8

  • 非同期関数 (async/await)
  • SharedArrayBuffer
  • Atomics
  • String.padStart/padEnd
  • Object.values/entries
  • Object.getOwnPropertyDescriptors
  • 関数の引数における末尾のカンマ許容

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.