mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 15:13:56 +00:00
Merge pull request #1569 from bharathkkb/master
Added backticks for a keyword.
This commit is contained in:
commit
cb213af8b8
@ -413,7 +413,7 @@ var doubler = product.bind(this, 2);
|
||||
doubler(8); // = 16
|
||||
|
||||
// When you call a function with the `new` keyword, a new object is created, and
|
||||
// made available to the function via the this keyword. Functions designed to be
|
||||
// made available to the function via the `this` keyword. Functions designed to be
|
||||
// called like that are called constructors.
|
||||
|
||||
var MyConstructor = function(){
|
||||
|
Loading…
Reference in New Issue
Block a user