Published unlisted
Edited
Dec 31, 2019
1 star
Insert cell
Insert cell
{
try {
throw new Error('try');
} catch {
throw new Error('catch');
} finally {
return 'finally';
}
}
Insert cell
{
try {
throw new Error('try');
} catch {
throw new Error('catch');
} finally {
// do nothing
}
}
Insert cell
{
try {
throw new Error('try');
} catch {
return 'catch';
} finally {
throw new Error('finally');
}
}
Insert cell
{
try {
throw new Error('try');
} catch {
return 'catch';
} finally {
return 'finally';
}
}
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