Home | Mailing List | Blog | Tutorial Videos

Implicit Type Coercion

Consider the following variables greeting and year.

const greeting = "Hello";
const year = 2019;

Which of the following is an example of implicit coercion in JavaScript?

Select one: