Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. wordpos.isNoun('something').then(function(somethingIsNoun) {
  2. if (somethingIsNoun) {
  3. console.log('yes')
  4. } else {
  5. console.log('no')
  6. }
  7. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement