Skip to content

JavascriptDocumentation/AlgoCasts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlgoCasts

  • Constructor - Javascript Boolean constructor method returns a reference to the Boolean function that created the instance's prototype.

  • boolean.constructor() - syntax

  • returns the function that created this object's instance.

  • Prototype - property that allows you to add properties and methods to any object (Number, Boolean, String, Date). Prototype is a global property and it is available with almost all the objects.

  • object.prototype.name = value - syntax

  • var val = new String(string); - the string parameter is a series of characters that has been properly encoded.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.8%
  • HTML 13.2%