prompt
ユーザーに入力を促すメソッド。JavaScriptだと入力用のダイアログボックスを表示する。console.logと違う点は、promptメソッドはユーザーがキーボードから何かを入力したら、その結果の文字列を返してくれるという点。
注意する点はpromptメソッドの戻り値は内容が数字であっても常に文字列で返ってくる点である。
なので整数化するためにはconsole.log(parseInt(変数)+数値);としなければならない。
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme