In the previous article I talked about types and type coercion in JavaScript. In this one I want to talk more about how this coercion applies to JavaScript operators. Lets go over six major operators and look at how they work: typeof The typeof operator returns a string representation of the type of the passed... Continue reading →
Posts Tagged operators