Public
Edited
Oct 3, 2023
14 forks
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
problem_6_test_array = //FILL THIS IN

Insert cell
Insert cell
Insert cell
Insert cell
problem_6_part_2 = problem_6_test_array[2]==//FILL THIS IN
Insert cell
Insert cell
Insert cell
Insert cell
length_of_array = //FILL THIS IN
Insert cell
Insert cell
Insert cell
Insert cell
problem_7 = "Fiat" == car //FILL THIS IN
Insert cell
Insert cell
Insert cell
Insert cell
problem_8 = car.model==//FILL THIS IN
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
function fizz_buzz(n) {
var output_string = "";
for (var i = 1; i <= n; i += 1) {
//FILL THIS IN
}
return output_string;
}
Insert cell
fizz_buzz(5)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
//FILL THIS IN
Insert cell
problem_10 = // FILL THIS IN
Insert cell
Insert cell
Insert cell
problem_11 = // FILL THIS IN
Insert cell
Problem 12: !b && c
Insert cell
Insert cell
problem_12 = // FILL THIS IN
Insert cell
Insert cell
Insert cell
problem_13=//FILL THIS IN
Insert cell
Problem 14: !b && !(a || c)
Insert cell
Insert cell
Insert cell
multiply_5 = (x) => //FILL THIS IN
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
problem_16 = {
for(//FILL THIS IN)
{
//FILL THIS IN
}
}
Insert cell
Insert cell
Insert cell
Insert cell
function worst_five_cities(array_city_names, array_all_AQIs) {
var worst_AQI_city = "";
var worst_AQI_number = 0;
//FILL IN THE FUNCTION HERE
return worst_AQI_city;
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
number_of_people_in_dataset = //FILL THIS IN
Insert cell
average_age = {
//FILL THIS IN
}
Insert cell
percent_taller_than_66 = {
//FILL THIS IN
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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