diff --git a/up & going/ch2.md b/up & going/ch2.md index c1ede7aed..982f4fcf5 100644 --- a/up & going/ch2.md +++ b/up & going/ch2.md @@ -9,7 +9,7 @@ Especially if you're new to JavaScript, you should expect to spend quite a bit o Your journey to deeply learn JavaScript starts here. -**Note:** As I said in Chapter 1, you should definitely try all this code yourself as you read and work through this chapter. Be aware that some of the code here assumes capabilities introduced in the newest version of JavaScript at the time of this writing (commonly referred to as "ES6" for the 6th edition of ECMAScript -- the official name of the JS specification). If you happen to be using an older, pre-ES6 browser, the code may not work. A recent update of a modern browser (like Chrome, Firefox, or IE) should be used. +**Note:** As I said in Chapter 1, you should definitely try all this code yourself as you read and work through this chapter. Be aware that some of the code here assumes capabilities introduced in the newest version of JavaScript at the time of this writing (commonly referred to as "ES6" for the 6th edition of ECMAScript -- the official name of the JS specification). If you happen to be using an older, pre-ES6 browser, the code may not work. A recent update of a modern browser (like Chrome, Firefox, or Edge) should be used. ## Values & Types