We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b48fc commit 6fa2e48Copy full SHA for 6fa2e48
index.html
@@ -275,6 +275,18 @@
275
276
Well, almost...
277
</section>
278
+ <section data-markdown>
279
+ ## Function definition crap
280
+
281
+ var y = function () { ... };
282
+ // What's the difference?
283
+ function y() { ... }
284
+ </section>
285
286
+ ### Answer
287
288
+ Hoisting.
289
290
291
</div>
292
0 commit comments