0
0

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 3 years have passed since last update.

JavaScriptの基本

Last updated at Posted at 2021-09-22

##1. はじめに
本記事では、JavaScriptの基本について記載する。
##2. JavaScriptとは?
:::note
プログラミング言語(スクリプト言語)のひとつ。
:::
:::note
プログラミング言語「Java」とは異なるもの。
:::
:::note
実行環境が主にブラウザに実装されている。
:::
:::note
Webページ内で動的な機能を実現できる技術。
:::
:::note
JavaScriptは、現代のWebサービス開発には欠かせない。
:::
:::note
Node.jsのようなプラットフォームを使えば、サーバーサイドの処理も書ける。
:::
:::note
jsと略されることもある。
:::
##3. 用語
###プログラムとは?
コンピュータに、情報処理を行うための動的手順を指定するもの。
###プログラミングとは?
コンピュータのプログラムを作成するもの。
##4. JavaScriptの身近な利用例
:::note
Webページの再読み込み無しで新しいコンテンツを読み込み、サーバにデータを送信。
:::
:::note
Webページの要素のアニメーション、フェードイン・フェードアウト。
:::
:::note
フォーム入力値の動的チェック。
:::
##5. おわりに
次項:はじめてのJavaScript① 「"Hello World"のプログラム作成」へ続く。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?