I have been doing a lot JavaScript coding recently for front-end on IE8, and came across some issues that are caused by lacking of supporting functions from IE8.
Here are some functions:
(1) indexOf() see discussion & solution
(2) base64() See source
(3) String.trim() See discussion & solution
(4) history.pushstate See discussion & solution
(5) map() See discussion & solution
(6) ArrayBuffer
(7) bind
(8) Create
(9) DataView
(10) every
(11) filter
...
Please add more to this list if you came across any to help others.
Thanks