let rob = {
name: "Robert Burdett",
occupation: "Registered Nurse",
skills: ["Nursing", "Music Production", "Snowboarding"]
}
function thinkfulBootcamp(student) {
return {
...student,
occupation: "Software Developer",
skills: [...student.skills, "Coding"]
}
}
thinkfulBootcamp(rob)
👾
Loading...
Pinned Loading
-
-
-
-
we-love-movies-capstone
we-love-movies-capstone PublicBackend Capstone for Thinkful Bootcamp
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.