DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR JAVASCRIPT
Below Means Person is A Constructor Function
Person = function(name) { this.name = name; } let p = new Person("Jake Smith"); console.log(p.name);
PREVIOUS
NEXT
Tagged:
#Below
#Means
#Person
#A
#Constructor
#Function
ADD COMMENT
Topic
COMMENT
Name
4+6 =
Submit