April 2016
WordPress interview questions
Q: Discuss how to setup a custom theme, name the minimum required files, and explain how WordPress recognizes a new theme. Every WordPress site requires a theme; it is how it is structured and is therefore an integral part of the site.
Coercion in Javascript
Coercion is a very important part of JS structure. Type coercion means that when the operands of an operator are different types, one of them will be converted to an “equivalent” value of the other operand’s type. Coercion has both good and bad side.