- I prefer high level,
dynamically typed, turing complete, functional programming languages. I also have a slight preference towards JIT compilers.- Never mind ... I understand and respect the need for static typing now
- Some of my favorite videos are Java for the Haters, PowerPoint Programming, The Worst programming language ever, Wat,and definitely Why javascript sucks
- I'm an avid fan of the Fira code font with ligatures
- my favorite line(s) of code:
const OBJ={} //define an object
const FN=OBJ['constructor'] //results in a function constructor (acts like eval)
//https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/Function
FN(console.log("test")) //call the console.log function in the "fake eval"- I'm also a bit of a security nerd, and bug hunter



