Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5509a95

Browse files
docs : create 3-5.js
1 parent 1e8ad25 commit 5509a95

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
표준 내장 객체(Standard Built-in Object)는
3+
js에서 아무리 못해도 기본으로 있는 객체들을 말한다.
4+
이러한 내장 객체들은 프로그래밍을 하는데 기본 필요 도구들이며,
5+
이것들과 +로 호스트 환경에서 제공하는 추가 기능들을 활용해서 소프트웨어를 만들기에, 이 내장객체를 잘 알아두는 것이 중요하다.
6+
7+
js의 내장객체는,
8+
Object
9+
Function
10+
Array
11+
String
12+
Boolean
13+
Number
14+
Math
15+
Date
16+
RegExp
17+
가 있다.
18+
*/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /