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 trial

JavaScript JavaScript Basics (Retired) Storing and Tracking Information with Variables Capturing Visitor Input and Writing It to the Page

Han Chinese!!

http://es6-features.org/#UnicodeStringRegExpLiteral

why is it length 2?

Ecma 5 seeks to describe this.

scripts.js
var answer = prompt("What day is it?")
index.html
<!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
Kevin Faust
15,353 Points

Han Chinese? What is length 2? Where did Ecma 5 suddenly come from?

In regards to the challenge, your code is correct

var _gaq=_gaq||[]; is in the debugger very funny ctrl option c when you run code is always in debguger why is taht

you know what is funny "\u{20BB7}".length === 2

weird heh?

if you copy and paste the "\u{20BB7}" it will make the the blog time out and crash? hahheh

COPY AND PASTE THE ACTUALL SYMBOL WHEN YOU HIT POST ANSWER TREEHOUSE MESSES UP, WHY?

11110000 10100000 10101110 10110111 is binary for it

Kevin Faust
Kevin Faust
15,353 Points

I dont have a single idea what your saying