Skip to content

[mjd] Day 41 - 47장: 에러처리, 48장: 모듈 #38

@mozzi34

Description

@mozzi34

김민서

문제 1

답 1

문제 2

답 2

김효인

문제 3

답 3

문제 4

답 4

박명준

문제 5

O,X를 골라주세요. (try ... catch ... finally 문)

  • finally 문은 불필요하면 생략 가능 (O, X)
  • catch 문은 생략 가능 (O, X)

답 5

문제 6

다음 코드에서 잘못된 부분을 찾아 수정하세요.

// math.js
export default const add = (a, b) => a + b;
// main.js
import { add } from './math.js';
console.log(add(1, 2));

답 6

이율리

문제 7

답 7

문제 8

답 8

임송이

문제 9

답 9

문제 10

답 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions