Wasn't sure what all the ways to import files in node is gonna be, so typed it out. Not sure I got it right 100%, but yeah it's somethingpic.twitter.com/dI51tPXuxm
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
is the whole "as" stuff part of destructuring, or part of import? The colons are destructuring right?
Yes, colons destructure and if you want `as` you can do: const { execSync: exec } = require('child_process')
then you can do `exec('sleep 1')` and it uses `execSync`.
the syntax with the braces to break apart the object var { parse} = require('url')
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.