Removed the extra backtick

This commit is contained in:
An Phan 2015-01-31 11:59:03 +08:00
parent c4586d009e
commit 060e47a60e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ This file contains a number of front-end interview questions that can be used wh
* Have you played around with the new CSS Flexbox or Grid specs?
* How is responsive design different from adaptive design?
* Have you ever worked with retina graphics? If so, when and what techniques did you use?
* Is there any reason you'd want to use `translate()` instead of *absolute positioning*, or vice-versa? And why?`
* Is there any reason you'd want to use `translate()` instead of *absolute positioning*, or vice-versa? And why?
#### JS Questions: