Add missing backticks. (#1)
This commit is contained in:
parent
20fe722ab2
commit
d84d3c994d
|
|
@ -69,7 +69,7 @@ While there are some existing resources to help front end developers in preparin
|
|||
**[JS Questions](#js-questions)**
|
||||
|
||||
* [Explain event delegation](#explain-event-delegation)
|
||||
* [Explain how this works in JavaScript](#explain-how-this-works-in-javascript)
|
||||
* [Explain how `this` works in JavaScript](#explain-how-this-works-in-javascript)
|
||||
* [Explain how prototypal inheritance works](#explain-how-prototypal-inheritance-works)
|
||||
* [What do you think of AMD vs CommonJS?](#what-do-you-think-of-amd-vs-commonjs)
|
||||
* [Explain why the following doesn't work as an IIFE: function foo(){ }();. What needs to be changed to properly make it an IIFE?](#explain-why-the-following-doesnt-work-as-an-iife-function-foo--what-needs-to-be-changed-to-properly-make-it-an-iife)
|
||||
|
|
|
|||
Loading…
Reference in New Issue