Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Chrome DevTools - why does variable display in Watch but not under Scope

a = {test1: 'test1'}
b = {test2: 'test2', __proto__: a}

b >> {test2: "test2", [[Prototype]]: Object}
b.test1 >> 'test1'
 
PREVIOUS NEXT
Tagged: #Chrome #DevTools #variable #display #Watch #Scope
ADD COMMENT
Topic
Name
5+8 =