Add missing backticks.

This commit is contained in:
Karl Tarvas 2018-02-11 13:14:35 +02:00 committed by GitHub
parent 20fe722ab2
commit 7cd5dd26ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)