Skip to content

Instantly share code, notes, and snippets.

@rgruesbeck
Last active August 29, 2015 13:58
Show Gist options
  • Save rgruesbeck/9989813 to your computer and use it in GitHub Desktop.
Save rgruesbeck/9989813 to your computer and use it in GitHub Desktop.
Object has no method 'joint'
<> learnyounode run 10.js ["core_concepts/learnyou", "ron@yo"]
/home/ron/learn/node/nodeschool/core_concepts/learnyou/10.js:19
var date = date.joint("-");
^
TypeError: Object has no method 'joint'
at date_format (/home/ron/learn/node/nodeschool/core_concepts/learnyou/10.js:19:19)
at Server.connect (/home/ron/learn/node/nodeschool/core_concepts/learnyou/10.js:8:11)
at Server.EventEmitter.emit (events.js:95:17)
at TCP.onconnection (net.js:1188:8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment