// b; // ReferenceError: Cannot access 'b' before initialization
// c; // ReferenceError: Cannot access 'c' before initialization
// bar; // ReferenceError: Cannot access 'bar' before initialization
baz;// declared, but not defined yet (like any other var)
// baz(); // TypeError: baz is not a function
constb=123;
letc=123;
vara=123;
functionfoo(){}
constbar=function(){};
varbaz=function(){};
}
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.