Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

peer review Week 3 #8

Open
masangana opened this issue Jun 7, 2022 · 0 comments
Open

peer review Week 3 #8

masangana opened this issue Jun 7, 2022 · 0 comments

Comments

@masangana
Copy link

masangana commented Jun 7, 2022

@Olamarx

Very good code you used module and it makes your code faire and clear.
You could just use ES6 syntaxe when writing DOM

const li = `<li class="to-do-list">
<div class="div-left">
<input type="checkbox" class="checker" id="checker">
<input type="text" class="text" value="${array.task}" readonly>
</div>
<i class="fa fa-trash-o de del-btn" id="${array.index}" ></i>
<button class="edit"> Edit</button>
</li>`;

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

No branches or pull requests

1 participant