A cookie, not cookie
This commit is contained in:
parent
67c005c7ee
commit
d32cd3856f
|
|
@ -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?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue