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?

今日の学習学び

0
Last updated at Posted at 2026-02-08

・focus()メソッドはinputなどの入力欄を、操作可能な状態(フォーカスが当たった状態)にするためのメソッド。

・localStorage.getItem()はlocalStorageからデータを取ってくるメソッド。

・stopPropagation()メソッドは親要素にイベントが伝わるのを防ぐメソッド。

・JSON.stringify()はオブジェクトや配列を文字列に変換するメソッド。

・JSON.parse()は文字列を操作可能なオブジェクトや配列に変換するメソッド。

・user-select: none;はクリックしたらその要素が青くなるのを防ぐためのプロパティ。

・localStorageは文字列しか保存できない。

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?