Question 101

Refer to the following object.

How can a developer access the fullName property for dog?
  • Question 102

    Considering type coercion, What does the following expression evaluate to?
    True + ) + '100 ' + null
  • Question 103

    Refer to code below:
    Let productSKU = '8675309' ;
    A developer has a requirement to generate SKU numbers that are always 19 characters lon, starting with 'sku', and padded with zeros.
    Which statement assigns the values sku0000000008675309 ?