We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47178c commit 40366f5Copy full SHA for 40366f5
exercises/55 - Face Detection Censorship/pixelated-face-FINISHED.js
@@ -21,7 +21,7 @@ function handleOption(event) {
21
const { value, name } = event.currentTarget;
22
options[name] = parseFloat(value);
23
}
24
-optionsInputs.forEach((input) => input.addEventListener('input', handleOption));
+optionsInputs.forEach(input => input.addEventListener('input', handleOption));
25
26
// Write a fucntion that will populate the users video
27
async function populateVideo() {
0 commit comments