0
0

More than 1 year has passed since last update.

javascript 01_出力

Last updated at Posted at 2022-02-18

出力用の文
1 警告フォームを出す
alert();
image.png

2 Bodyの内容を書く
document.write();
image.png

3 consoleで内容を書く
console.log();
image.png

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