Hacker News new | ask | show | jobs
by mattdeboard 4083 days ago
YES! Agreed 100%. Biggest irritation in my life with regard to doing anything with Javascript is when some library talks about some miracle function, then the example is like:

miracleFunction() { alert("It works!") }

ARGH. Give me an example of what the body of miracle function should look like!