else ifは、複数の条件をチェックして、それぞれに応じたコードを実行するために使います。 else if単体で動かすのではなく、if、else if、elseを組み合わせて使います。 各値は以下のようになります。 いいですね この例では、scoreが75なので、「いいですね ...
In this piece of information, we are going to concentrate on some of the control structures in JavaScript, excluding the "Loops". To understand these concepts, it's important to note that a computer ...