Published
Edited
Jan 22, 2020
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
3
Insert cell
Insert cell
//Hi, I'm a comment! The computer can't read me
Insert cell
Insert cell
6 + 3 // addition
Insert cell
6 - 3 // subtraction
Insert cell
6 * 3 // multiplication
Insert cell
6 / 3 // division
Insert cell
Insert cell
10 % 3 // If you divide 10 by 3, you get 3 and a remainder of 1
Insert cell
Insert cell
10 ** 2
Insert cell
4 ** 3
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function pe() {
return 2+2
}
Insert cell
Insert cell
Insert cell
function p1() {
return ((23-5)*177)+3//answer here
}
Insert cell
Insert cell
Insert cell
function p2() {
return ((28/4)-(39+92)%16)*270// Your Code Here
}
Insert cell
Insert cell
Insert cell
//This is a type of problem called "debugging".
Insert cell
function d1() {
return (2+2)*5

}
Insert cell
Insert cell
function d2() {
return 10 * 10
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more