I am used to using arrow functions in TypeScript but sometimes I write small snippets of Vanilla JS for various reasons.
What happens in a browser that doesn't support arrow functions, like IE? Does it fail gracefully?
I am used to using arrow functions in TypeScript but sometimes I write small snippets of Vanilla JS for various reasons.
What happens in a browser that doesn't support arrow functions, like IE? Does it fail gracefully?