Skip to content

Commit

Permalink
Reworded the question as per @darcyclarke s suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Usman committed Jan 30, 2015
1 parent bad234e commit 8d080a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ This file contains a number of front-end interview questions that can be used wh
* Consider HTML5 as an open web platform. What are the building blocks of HTML5?
* Describe the difference between cookies, 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 for this rule?
* 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?

#### CSS Questions:

Expand Down

0 comments on commit 8d080a1

Please sign in to comment.