function ensure(value) {
// Your code goes here
if(value === undefined)
throw true;
else return value;
}
try {
console.log(ensure());
} catch(err) {
console.log(err);
}
[Bootstrap] Bootstrap 다운로드 & 설치 (feat. VSCode) (0) | 2021.01.29 |
---|---|
[HTML] Semantic Web(시맨틱 웹) (0) | 2021.01.28 |
[TestDome] HTML/CSS and JavaScript Test Questions (0) | 2021.01.10 |
[TestDome] Remove Property (JavaScript) (0) | 2021.01.10 |
[TestDome] Avatar (HTML/CSS) (0) | 2021.01.09 |