Skip to content

Commit 4e73c5c

Browse files
committed
Merge pull request #60 from ehaughee/patch-1
Fixing some spelling errors and minor other tweaks
2 parents 2c5f6bc + fc3fd79 commit 4e73c5c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -149,32 +149,32 @@ __________________
149149
##[html: Basic Questions for Begginers](http://www.thatjsdude.com/interview/html.html)
150150
15 basic questions and asnwers
151151
______
152-
1. Why do u need doctype?
153-
2. What is the use of data-* attribute?
154-
3. How can you generate public key in html?
155-
4. How do you change direction of html text?
152+
1. Why do you need doctype?
153+
2. What are data-* attributes used for?
154+
3. How can you generate a public key in html?
155+
4. How do you change the direction of html text?
156156
5. How can you highlight text in html?
157157
6. Can you apply css to a part of html document only?
158-
7. Will browser make http request for the following cases?
158+
7. Will a browser make http request for the following cases?
159159
8. Which resource would be downloaded first?
160-
9. What is optional tag?
160+
9. What is an optional tag?
161161
10. What are the differences between div and span?
162-
11. How would you differentiate div, section and article?
163-
12. How to select svg or canvas for your site?
162+
11. How would you differentiate between div, section, and article?
163+
12. How would you select svg or canvas for your site?
164164
13. How to serve html in multiple languages?
165165
14. Explain standard and quirks mode.
166-
15. What is semantic tag?
166+
15. What is a semantic tag?
167167

168168
####[HTML: Answers for Basic Questions](http://www.thatjsdude.com/interview/html.html)
169169

170170

171-
##[JavaScript: LinkedList (part -4: work in porcess)](http://www.thatjsdude.com/interview/linkedList.html)
171+
##[JavaScript: LinkedList (part 4: work in process)](http://www.thatjsdude.com/interview/linkedList.html)
172172
Very rough stage..need to finish (for intermediate)
173173

174-
##[JavaScript: search and Sort (part -5: work in porcess)](http://khan4019.github.io/front-end-Interview-Questions/sort.html)
174+
##[JavaScript: search and Sort (part 5: work in process)](http://khan4019.github.io/front-end-Interview-Questions/sort.html)
175175
Very rough stage..need to finish (for expert)
176176

177-
##[JavaScript: Binary Search Tree (part -6: work in porcess)](http://khan4019.github.io/front-end-Interview-Questions/bst.html)
177+
##[JavaScript: Binary Search Tree (part 6: work in process)](http://khan4019.github.io/front-end-Interview-Questions/bst.html)
178178
Very rough stage..need to finish (for expert)
179179
__________________
180180

0 commit comments

Comments
 (0)