Skip to content

Instantly share code, notes, and snippets.

@katelynsills
Last active December 1, 2018 02:14
Show Gist options
  • Save katelynsills/4bd0d4d8230de7b4040f6e6f6c0d29de to your computer and use it in GitHub Desktop.
Save katelynsills/4bd0d4d8230de7b4040f6e6f6c0d29de to your computer and use it in GitHub Desktop.
Import safeAddExclamation
'use strict';
// let's import our safeAddExclamation string function
const addExclamation = require('./addExclamation');
console.log(addExclamation("hello")); // logs 'hello!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment