40% complated

pull/420/head
Fitsumhelina 10 months ago
parent 4927cef459
commit d9e83d5d26

@ -89,6 +89,14 @@ for (const user in users) {
console.log(`Number of MERN stack developers are ${dev}.`); console.log(`Number of MERN stack developers are ${dev}.`);
// Set your name in the users object without modifying the original users object // Set your name in the users object without modifying the original users object
const copyperson = Object.assign({}, users)
copyperson.Fitsum = {
name: "Fitsum",
skills: ["HTML", "CSS", "JavaScript", "React"],
points: 95,
isLoggedIn: true,
};
console.log(copyperson.Fitsum);
// Get all keys or properties of users object // Get all keys or properties of users object

Loading…
Cancel
Save