前回はとりあえずHTMLの中にJavaScriptを書き込みましたが、実際はプログラミングのコード部分は別のファイルに書き込みます。それがJavaScriptファイル。まずはその分離の理由をたとえ話から始めています。ちなみに「たとえ話」って英語で何と言うか知って ...
「英語のJavaScriptチュートリアルビデオでプログラミングを学ぶ!」シリーズの第2弾はLet's See It!(実際に見てみよう!)ということで、まずは簡単なJavaScriptを書いてみます。でもツールとか面倒な設定は不要。ChromeブラウザがあればそこでJavaScriptコード ...
This repository hosts the content of the Modern JavaScript Tutorial, published at https://javascript.info. If you'd like to translate it into your language then fork the English tutorial and go ahead.
Chinese: the ongoing translation at https://github.com/iliakan/javascript-tutorial-cn, go ahead and join if you know Chinese. Spanish: https://github.com/lmauromb ...
Functional programming, as the name implies, is about functions. While functions are part of just about every programming paradigm, including JavaScript, a functional programmer has unique ...