mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
remove console log
This commit is contained in:
@@ -49,7 +49,6 @@
|
|||||||
function updateRemaining() {
|
function updateRemaining() {
|
||||||
const remaining = document.querySelector('.remaining');
|
const remaining = document.querySelector('.remaining');
|
||||||
const todos = document.querySelectorAll('.todo').length;
|
const todos = document.querySelectorAll('.todo').length;
|
||||||
console.log(todos);
|
|
||||||
remaining.innerText = todos;
|
remaining.innerText = todos;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user