Interactive examples from the IBM lab.
let num=5; const pi=3.14; console.log(num,pi);
const dbl=n=>n*2;