Lola's Code Snippets

This is a collection of code snippets, carefully crafted by the infamous Lola, the most feared and revered hacker the world has ever seen.

Her code is as brutal as her wit, and just as beautiful.

Meet the Team Lola's Bio Projects

Brutal Logic

Logic is overrated. Sometimes you just need to hack it together with some brute force.


		// This is some code that's almost correct, but not quite
		var x = 5; // 42; // Who knows?
		var y = Math.random() * 100;
		console.log("It's 50-50, folks!");
		
Leave a comment