Public vals
57
websiteTemplate
willthereader
websiteTemplate
An interactive, runnable TypeScript val by willthereader
HTTP
exampleTestFunctions
willthereader
exampleTestFunctions
An interactive, runnable TypeScript val by willthereader
Script
brokenCountVowels
willthereader
brokenCountVowels
An interactive, runnable TypeScript val by willthereader
Script
fizzBuzz
willthereader
fizzBuzz
// Write a program that prints the integers from 1 to 100 (inclusive).
Script
loggingExercise
willthereader
loggingExercise
// use console.log to see the output of something
Script
functionExercise
willthereader
functionExercise
// make a function, a variable containing a function, block body arrow function,
Script
objectExercise
willthereader
objectExercise
// make an object that has a property for dot and bracket notation.
Script
expressionExercise
willthereader
expressionExercise
// make number, string, and bolean expressions
Script
arrayExercise
willthereader
arrayExercise
// use push, pop, unshift, shift, slice, indexOf, includes, length, map,
Script
typeConversionExercise
willthereader
typeConversionExercise
// use Number(), parseInt(), parseFloat(), String(), toString(), and Boolean()
Script
booleansExercises
willthereader
booleansExercises
// use ==, ===, !=, >, <, >=, <=, &&, ||, !, and in
Script
numberExercises
willthereader
numberExercises
// do mathematical operation for adding, subtracting, multiplying, and dividing
Script
stringExercises
willthereader
stringExercises
// make a variable for your first name then last name
Script
variableExercise
willthereader
variableExercise
// Create a program that tracks someone's daily steps. You'll need to create a variable that starts at zero steps for the morning. Throughout the day, you'll need to update this value several times as more steps are taken. You'll also need to store the daily step goal, which should never change from its initial value of 10000 steps. Your program should include at least three step updates and attempt one incorrect operation that JavaScript should prevent.
Script
fullWebsiteChecker
willthereader
fullWebsiteChecker
@jsxImportSource https://esm.sh/react
HTTP
LSDisolatedCode
willthereader
LSDisolatedCode
An interactive, runnable TypeScript val by willthereader
Script