HN user

indocomsoft

3 karma
Posts1
Comments7
View on HN

You have some pretty unidiomatic JS in there. For example:

Array.prototype.filter.call(document.querySelectorAll(selector), filterFn);

What's more idiomatic is document.querySelectorAll(selector).filter(filterFn)

The same holds for forEach.

I suggest you look into how javascript prototype based OOP works

There is no such thing as average Indonesian though. Sure, around 50% of Indonesian population lives in Java Island (where Jakarta is) but I won't call people in Java "average Indonesian".

Keep in mind that Indonesia is a large archipelagic nation so wherever the capital is, chances are its "inaccessible" to the majority of Indonesians.