Hi @Nandheswara, Hyphens are not allowed in JavaScript variable or Object property names. Variables/Properties cannot contain - (hyphen) because that is read as the subtract operator.To fetch property with hyphen, need to use bracket notation instead of dot notation. In your case, you need to update...