Skip to content

タグの検索を作りました#10

Open
TTTTk84 wants to merge 3 commits into
masterfrom
#5-serchtag
Open

タグの検索を作りました#10
TTTTk84 wants to merge 3 commits into
masterfrom
#5-serchtag

Conversation

@TTTTk84
Copy link
Copy Markdown
Collaborator

@TTTTk84 TTTTk84 commented Nov 9, 2019

No description provided.

Comment thread Todo/src/serchtag.js Outdated
Comment on lines +4 to +9
let tag = document.getElementById("tag");

//todoリストに入っている分ループ
for (let i = 0; i < taskNumber; i++) {
//class_name[1]に内容 [2]にタグ名
let class_name = document.getElementsByClassName('"' + i + '"');
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここも同じくconstに直しましょう

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

了解です。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants