코딩에 갇힌 지 5일차(객체 1 문제풀이)

Undong·2023년 3월 10일
0
post-thumbnail

혼자 공부하는 자바스크립트

1.

답)const a = {
name: "혼자 공부하는 파이썬",
price: 18000,
publisher: "한빛 미디어"
}

2.

답)
3

3.

답)
1

4.

답)
print

p287

1.

답)
Uncaught TypeError: num.원 is not a function
at <anonymous>:5:17 이라는 오류가 발생한다.

2.

답)
printLang("ko"): 한국어
printLang("en"): 영어

3.

답)
Math.ceil를 사용하여 올림해줘야 한다. 

4.

답)
2

5.

답)
?
profile
console.log("Hello")

0개의 댓글