A cookie, not cookie

This commit is contained in:
An Phan 2015-01-31 17:20:42 +08:00
parent 67c005c7ee
commit d32cd3856f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ This file contains a number of front-end interview questions that can be used wh
* What kind of things must you be wary of when design or developing for multilingual sites?
* What are `data-` attributes good for?
* Consider HTML5 as an open web platform. What are the building blocks of HTML5?
* Describe the difference between `cookie`, `sessionStorage` and `localStorage`.
* Describe the difference between a `cookie`, `sessionStorage` and `localStorage`.
* Describe the difference between `<script>`, `<script async>` & `<script defer>`.
* Why is it generally a good idea to position CSS `<link>`s between `<head></head>` and JS `<script>`s just before `</body>`? Do you know any exceptions?