DEV Community

Discussion on: Breaking Down ES6: let and const

Collapse
 
amarok24 profile image
Jan Prazak

Hi, nice article!
I just wanted to point out that

  let cat = Mr. Whiskers;

leads to illegal character error, because of using another double quotation marks.