made changes in sequence

pull/658/head
Amir Sandila 3 years ago committed by GitHub
parent ffd79e248d
commit 6d97168bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,10 +96,10 @@ s2.setSkill = 'Organizing'
console.log(s1)
console.log(s2)
console.log(s2.saySomething())
console.log(s2.getFullName())
console.log(s2.getPersonInfo())
console.log(s1.saySomething())
console.log(s1.getFullName())
console.log(s1.getPersonInfo())
console.log(s2.saySomething())
console.log(s2.getFullName())
console.log(s2.getPersonInfo())
Loading…
Cancel
Save