Avatar

willthereader

Joined July 16, 2022
Public vals
55
willthereader avatar
willthereader
brokenCountVowels
Script
An interactive, runnable TypeScript val by willthereader
0
willthereader avatar
willthereader
fizzBuzz
Script
// Write a program that prints the integers from 1 to 100 (inclusive).
0
willthereader avatar
willthereader
loggingExercise
Script
// use console.log to see the output of something
0
willthereader avatar
willthereader
functionExercise
Script
// make a function, a variable containing a function, block body arrow function,
0
willthereader avatar
willthereader
objectExercise
Script
// make an object that has a property for dot and bracket notation.
0
willthereader avatar
willthereader
expressionExercise
Script
// make number, string, and bolean expressions
0
willthereader avatar
willthereader
arrayExercise
Script
// use push, pop, unshift, shift, slice, indexOf, includes, length, map,
0
willthereader avatar
willthereader
typeConversionExercise
Script
// use Number(), parseInt(), parseFloat(), String(), toString(), and Boolean()
0
willthereader avatar
willthereader
booleansExercises
Script
// use ==, ===, !=, >, <, >=, <=, &&, ||, !, and in
0
willthereader avatar
willthereader
numberExercises
Script
// do mathematical operation for adding, subtracting, multiplying, and dividing
0
willthereader avatar
willthereader
stringExercises
Script
// make a variable for your first name then last name
0
willthereader avatar
willthereader
variableExercise
Script
// 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.
0
willthereader avatar
willthereader
fullWebsiteChecker
HTTP
@jsxImportSource https://esm.sh/react
0
willthereader avatar
willthereader
LSDisolatedCode
Script
An interactive, runnable TypeScript val by willthereader
0
willthereader avatar
willthereader
singlePageUrlChecker
HTTP
// URL Processing Helper
0
willthereader avatar
willthereader
otherBrokenURLhandler
Cron
// URL Processing Helper
0