You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log("Welcome to JavaScript and Node.js server side");varperson={name:"John Rambo",age:33,address:"170 Richards st"};console.log(person.name);console.log(person.age);console.log(person.address);