Update index.js
Browse files
index.js
CHANGED
@@ -49,8 +49,6 @@ async function detect(img) {
|
|
49 |
// threshold argument ์ง์
|
50 |
);
|
51 |
status.textContent = '';
|
52 |
-
// To do #3 output์ ๊ฐ์ ๋ธ๋ผ์ฐ์ ์ ์ฝ์์ ์ถ๋ ฅํ์ญ์์ค.
|
53 |
-
// your code here
|
54 |
output.forEach(renderBox);
|
55 |
}
|
56 |
|
|
|
49 |
// threshold argument ์ง์
|
50 |
);
|
51 |
status.textContent = '';
|
|
|
|
|
52 |
output.forEach(renderBox);
|
53 |
}
|
54 |
|