en.javascript.info icon indicating copy to clipboard operation
en.javascript.info copied to clipboard

some information about the constructor function in js

Open Gopichand-sadineni opened this issue 1 year ago • 0 comments

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 }

Gopichand-sadineni avatar Jun 26 '24 15:06 Gopichand-sadineni