Guest User

Untitled

a guest
Dec 15th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function stopMotorFunctions() {
  2. console.log(this.command);
  3. }
  4.  
  5. var host = {
  6. command: 'Stop motor functions'
  7. }
  8.  
  9. stopMotorFunctions.call(host) // Stop motor functions
Add Comment
Please, Sign In to add comment