いつも楽しく学習しています。
main.js 内で
const checkboxs = document.querySelectorAll(‘input[type =“checkbox”])
と属性セレクター文を使用していますが
title = document.querySelector(‘[name = “title”]’).value
では上記のコードでした。
この違いは何ですか?
これも (input[type = “text”]).value
もしくは (input[name = “title”]).value
としてはいけないのでしょうか?
よろしくお願いします。
この回答を見るにはプレミアムプランへの登録が必要です
プレミアムプランとは?