About Question enthuware.ocpjp.v21.2.3600 :
Posted: Fri Jan 03, 2025 7:34 am
Sorry, but I don't understand why
is marked as a valid answer allthough the explanation below states:
Code: Select all
var sa = {"""
a
b""", "c"};
Both pieces of code look identical to me.So, the following would be incorrect as well:Code: Select all
var sa = {""" a b""", "c"};