Published
Edited
Nov 4, 2020
Insert cell
md`# Javascript Data And Structure Types`
Insert cell
Insert cell
Primitive = ({Undefined:undefined,Boolean:true,Number:10, String:"String",BigInt: 10n,Symbol:Symbol("Sym") })
Insert cell
md` Javascript Have Structural Types:`
Insert cell
Structural = ({Object:Primitive,Array:[0,"a",5,10],Null:null, Date: Date.now(), Function:function a(){}})
Insert cell
SingleObject = ({'key':10})
Insert cell

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.
Learn more