Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Strings 2/5 | Data Types and Variables
Introduction to JavaScript (staging)
セクション 3.  20
single

single

bookStrings 2/5

メニューを表示するにはスワイプしてください

String length:

We use the length property to check the length of the string.

1
console.log(`JavaScript`.length );
copy
タスク

スワイプしてコーディングを開始

The task is to create a string variable named running and assign the value The horse runs so fast to it. Now check the length or number of characters in the above variable.

解答

Note: length property also considers the spaces between the string length.

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  20
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt