1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

JavaScript #1 概要

Posted at

##JavaScriptとは
 汎用的にWebアプリケーションに利用されている言語です。特に、デザイン面で、CSS等では難しい動的な修飾を得意としています。
 また、非同期通信(いいね機能)などにも汎用的に利用されています。

##成り立ち
 1990年代半ば、JavaScriptのせいで重くなることもありましたが、インターネットの普及を支えました。
 その後、JavaScriptの書き方が異なるという問題が生じ、それを統一したのがECMAという国際機関で、ここで統一した規格のものが一般的にJavaScriptと言われています。
 また、ECMAのJavaScriptには何種類かのバージョンがあり、毎年改訂がなされています!

注)JavaとJavaScript全く関係のない言語です。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?