Skip to content

Instantly share code, notes, and snippets.

@conanak99
Created February 2, 2016 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conanak99/f885acdadd24a037f72d to your computer and use it in GitHub Desktop.
Save conanak99/f885acdadd24a037f72d to your computer and use it in GitHub Desktop.
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