Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialThomas Katalenas
11,033 PointsHan Chinese!!
http://es6-features.org/#UnicodeStringRegExpLiteral
why is it length 2?
Ecma 5 seeks to describe this.
var answer = prompt("What day is it?")
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JavaScript Basics</title>
</head>
<body>
<script src="scripts.js"></script>
</body>
</html>
8 Answers
Kevin Faust
15,353 PointsHan Chinese? What is length 2? Where did Ecma 5 suddenly come from?
In regards to the challenge, your code is correct
Thomas Katalenas
11,033 Pointsvar _gaq=_gaq||[]; is in the debugger very funny ctrl option c when you run code is always in debguger why is taht
Thomas Katalenas
11,033 PointsThomas Katalenas
11,033 Pointsyou know what is funny "\u{20BB7}".length === 2
weird heh?
Thomas Katalenas
11,033 Pointsif you copy and paste the "\u{20BB7}" it will make the the blog time out and crash? hahheh
Thomas Katalenas
11,033 PointsCOPY AND PASTE THE ACTUALL SYMBOL WHEN YOU HIT POST ANSWER TREEHOUSE MESSES UP, WHY?
Thomas Katalenas
11,033 Points11110000 10100000 10101110 10110111 is binary for it
Kevin Faust
15,353 PointsI dont have a single idea what your saying