Back Arrow
Back
Aniket Bhattacharyea
Aniket Bhattacharyea

Aniket is an experienced engineer and author, and he is currently working as a Developer Advocate at Draft.dev. Before that, Aniket held roles including Head of Technology at PiParadox. He has a Master of Science degree in Mathematics from the Ramakrishna Mission Vivekananda Educational and Research Institute.

Articles by

Aniket Bhattacharyea

How to Prevent the Error: Cannot Read Property '0' of Undefined
How to Prevent the Error: Cannot Read Property '0' of Undefined

A guide on how to prevent the error "cannot read property '0' of undefined", covering techniques such as try, catch, using const over let, amongst many other techniques to prevent this error.