Javascript Object Literal Referring To Another Property In Itself From Another Property
I have a object literal: var obj = { a : document.getElementById('ex1'), b : obj.a.…
Read more
Javascript Object Literal Referring To Another Property In Itself From Another Property