Steve's TikTok page is a treasure trove of questionable life choices.
Follow him for:
- Watching 12-hour cooking videos while eating Cheetos
- Exploring the art of doing nothing
- Learning to make the perfect ramen noodle soup
// steve's secret ramen recipe
var steve_is_lazy = true;
if (steve_is_lazy) {
console.log("Time to watch cat videos!");
} else {
console.log("Make ramen soup, dude.");
}