JavaScript
JavaScriptという言語は、Ecma Internationalによって標準化されたECMAScriptという仕様の実装になります。 ECMAScriptという仕様で定義されている機能は、基本的にどの実行環境でも同じ動作をします。 しかし、それ以外の機能に関しては、JavaScriptの実行環境によって異なります。 はじめに知っておくべきこと
フロントエンドにおいては、数年前の知識は古い世界
バックエンドもなんだかんだで数年経つと景色は変わる
学習リソース
The goal of this article is to provide a historical context of how JavaScript tools have evolved to what they are today in 2017. We’ll start from the beginning and build an example website like the dinosaurs did — no tools, just plain HTML and JavaScript. Then we’ll introduce different tools incrementally to see the problems that they solve one at a time.
Syntaxに関連する疑問
最新動向を追う