mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
Scaffolding out readmes
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
return document.querySelector('.textfield').value;
|
||||
}
|
||||
|
||||
function clearInput(selector) {
|
||||
function clearInput() {
|
||||
document.querySelector('.textfield').value = '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user