Skip to content

Instantly share code, notes, and snippets.

@Violet-Bora-Lee
Created March 9, 2019 15:30
Show Gist options
  • Save Violet-Bora-Lee/d653ae500d9d49c5d7451ed66d91f9f4 to your computer and use it in GitHub Desktop.
Save Violet-Bora-Lee/d653ae500d9d49c5d7451ed66d91f9f4 to your computer and use it in GitHub Desktop.
import { times, plusTwo } from './util.js';
console.log(times(2));
console.log(plusTwo(3));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment