공부/Front-End
[JavaScript #01] Object
혼밥맨
2020. 12. 13. 20:03
반응형
[JavaScript #01] Object
|
|
We just created an object named 'collegeStudent.' It has four different properties; name, age, major, and minor. At line 8, its code will print out "23" as an integer type. We will look further later when we deeply get into Object-Oriented.
Here is a different example of JavaScript Object example.
|
|
Its object name is soccerPlayer, and it has six different properties.
반응형