Skip to content

Instantly share code, notes, and snippets.

View nickhallph's full-sized avatar

Nicholas Hall nickhallph

  • Pizza Hut Connect
View GitHub Profile
@nickhallph
nickhallph / code.js
Last active December 4, 2017 20:20
Codewars exercise "Find the word 'needle' in the string" that was implemented so horribly, it quickly became the best code I've ever laid my eyes upon. (Disclaimer: I am not the genius who architected this precious artifact)
var a = "a";
var b = "b";
var c = "c";
var d = "d";
var e = "e";
var f = "f";
var g = "g";
var h = "h";
var i = "i";
var j = "j";