scrimba
Build an RPG
Build a role-playing game part 2 - Constructor functions
Aside: Object.assign
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Aside: Object.assign
AboutCommentsNotes
Aside: Object.assign
Expand for more info
index.js
run
preview
console
const studentDetails = {
firstName: 'janaka',
lastName: 'siriwardena',
age: 28,
country: 'sri lanka',
email: 'j.siri@totalinternet.com',
discordUsername: 'JS1',
}
Console
/index.html
-5:32