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?

1. サマライズ
・ console.logは検証用のもの
・例えば、console.log("こんにちは!");と記述し、正しく表示されるかというもの
・文字と文字を「+」でくっつけられるというか、組み合わせられる
 例えば、console.log("Hello"+" " + "World!"); と記述、「Hello World!」と表示される
・四則演算が可能
 例えば、console.log(2/2/2/2/2/2);と記述、「0.0625」と表示されるとか、
 console.log(2+2);と記述「4」と表示されるとか足し算(+)、引き算(-)、掛け算(*)、割り算(/)が使える
・if文の条件分岐
 例えば、if関数、vlookup関数のネストや、if関数の条件分岐が似ている
 if Aなら、Bを、そうでなければCを実行するというもの
・以下は、このカリキュラムで後ほど習していくだろう。
・var変数名="値"で変数に値を代入できる
・functionを使用すると変数を宣言できる

2.言語化してみても気づき
・より楽しくなりそうだ!
・HTML5が出た時に断念したことが今解決できると思うとワクワクする。

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?