bob='joe'//this should not work because var bob should never be declared
returnbob;
}
{
varinsecureUserIsLoggedIn=false;
varinsecureUserIsLoggedIn=true;
returninsecureUserIsLoggedIn
}
{
if(false){
letbob='bob'
}
bob='joe'
returnbob
}
{
letbob='bob'
letbob='joe'
returnbob
}
{
conststr='constant'
str='bob'
returnstr
}
"You have just queried "+apiReturn.apiName+" and receieved response code "+apiReturn.apiCode+". The API Wizard says that "+apiReturn.apiReturnBody+". The Wizard states that you shall pay "+apiReturn.apiPaymentAsked+" or guess the wizard's name."
`You have just queried ${apiReturn.apiName} and receieved response code ${apiReturn.apiCode}. The API Wizard says that ${apiReturn.apiReturnBody}. The Wizard states that you shall pay ${apiReturn.apiPaymentAsked} or guess the wizard's name.`
`Two plus four times 26 divided by 887 equals ${2+4*26/887}`
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.