javascript-tutorial / en.javascript.info

Modern JavaScript Tutorial
https://javascript.info
Other
23.05k stars 3.82k forks source link

some information about the constructor function in js #3705

Open Gopichand-sadineni opened 2 weeks ago

Gopichand-sadineni commented 2 weeks ago

we can normally add the multi-line words as the keys to the object but using the constructor function it cannot be possible for instance:

function User(current_sal){ this."updated salary" // not possible //or this.[current_sal] // not possible }