How to Implement a Safe Data Get Function in Javascript? November 26, 2018 coding exercise, javascript No Comments In Javascript, given object var x = {a: {b: {c: “value”} } }, we can retrieve/access the field by x.a.b.c However, if a field doesn’t exist, exception will be … [Continue Reading...]