<p><a href="https://google.com/">Link to Google</a></p>
<ul>
<li>その1</li>
<li>その2</li>
<li>その3</li>
</ul>`
md`## 見出し
<small>小さい文字</small>
パラグラフ
[Link to Google](https://google.com/)
* その1
* その2
* その3
`
doubleScore=score*2
score=8
someArray=[0,4,8,12,16]
someArray[4]
{
constfirst=1;
constsecond=first+1;
return[first,second];
}
someFunc=(arg1,arg2)=>{
constresult=arg1*10+arg2;
returnresult;
}
someFunc(10,5)
simpleFunc=d=>d*d
simpleFunc(16)
sampleObj=({
key1:5,
key2:10
})
sampleObj.key1+sampleObj.key2
{
constdataset=[5,25,45,65,85];
constdiv=d3.create("div");
div
.selectAll("p")
.data(dataset)
.join("p")
.text((d,i)=>`${i}人目は、${d}点!`);
returndiv.node();
}
d3=require("d3@6")
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.