var computer = { | |
accessWeb : function(site) { | |
// Đi tới site nào đó | |
console.log ('Go to: ' + site); | |
} | |
}; | |
computer.accessWeb('thiend*a.com'); //Go to: thiend*a.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment