Page 1 of 1

About Question enthuware.ocpjp.v21.2.3600 :

Posted: Fri Jan 03, 2025 7:34 am
by Vadim.Benke
Sorry, but I don't understand why

Code: Select all

var sa = {"""
                  a
                  b""", "c"};
is marked as a valid answer allthough the explanation below states:
So, the following would be incorrect as well:

Code: Select all

var sa = {"""
                  a
                  b""", "c"};
Both pieces of code look identical to me.

Re: About Question enthuware.ocpjp.v21.2.3600 :

Posted: Fri Jan 03, 2025 7:58 am
by admin
You are right. This option has been mistakenly marked as correct. Should be fixed.
thank you for your feedback!