Lesson 1: Learn JavaScript ES6 Mini Bootcamp by Lambda School

preview_player
Показать описание
An intro to JavaScript ES6 and beyond. Provided by the kind folks at LambdaSchool

Рекомендации по теме
Комментарии
Автор

just go to jsbin.com and use the javascript and console there

Altair
Автор

umm actually it was never explained that i should do any pre-course material. now I'm a bit annoyed, as I would have done it if I'd known it was there. I was just told to install the programs.

dgemjar
Автор

Anybody know why it's not working?
My Code:
const name = 'Ryan';
let age = 30;

console.log('Hello, my name is ${name}.');

My Output:
​​​​​​​​Quokka #1 (node: v8.9.4)​​​​
​​​​​​​​​​
​​​​​Hello, my name is ${name}.​​​​​
at ​quokka.js:4:0​

Violet-sbul
Автор

i think using sublime text would have been so much easier. installing packages is so much more simple.
I'm having a hard time installing quokka.

luigirebollos