From af15b5d2c2a3932c2140f753e24fc617d1c31fe8 Mon Sep 17 00:00:00 2001
From: Jeff Posnick \u{1F302}
.
+ This feature is closely related to String.fromCodePoint()
,
+ which was added to Chrome 41. That method provides a programmatic way of translating a code
+ point value into a string, outside the context of a string literal.
+
Note that in browser which don't support extended Unicode escapes, attempting to use them in JavaScript string literals will trigger syntax errors that cannot be wrapped in a