Question: The following code is a Javascript code. let c = { thankyou: true } let d = { thankyou: true } document.writeln( c == d)

The following code is a Javascript code.

let c = { thankyou: true }

let d = { thankyou: true }

document.writeln( c == d)

the code above will print out false. Using the code above as an example clearly explain what the term 'reference type' is. Also, in your answer please make a change to one of the fields of c.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!