Public
Edited
Jul 16, 2022
Insert cell
# codewars--warning--spoilers
Insert cell
// Sum Numbers
function sum (numbers) {
"use strict";
var s=0
for(var x of numbers){
s+=x
}
return s
};
Insert cell
sum([4,7])
Insert cell
console.log(435)
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