Skip to content

JO901/js-code-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

js-code-examples

Description

Code examples written in JavaScript, provided for educational purposes, to help faciliate the understanding of advanced JavaScript concepts.

Getting Started

To clone this repo:

git clone https://github.com/oliviacarlisle/js-code-examples.git

Contents

1. Inheritance and the prototype chain

For code related to the .prototype data property of a Function instance, check out src/prototypes.js.

For more info:

2. The new keyword

For code related to the new keyword, including a custom implementation of the new keyword, check out src/new.js.

For more info:

3. The this keyword

Coming soon!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%