myarr.map(x=>x).reverse().reduce(op,"v0")// reduceRight 과 같다
// Array의 reduceRight 메소드를 foldr에 해당하게 하려면
myarr.reduceRight(flip(op),"v0")
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.