Skip to content

Instantly share code, notes, and snippets.

@dcousineau
Created September 12, 2016 16:26
Show Gist options
  • Save dcousineau/463d85b662d803c84a2bf266865b93d9 to your computer and use it in GitHub Desktop.
Save dcousineau/463d85b662d803c84a2bf266865b93d9 to your computer and use it in GitHub Desktop.
Grovo FE Pop Quiz #1
console.log('File A was executed');
console.log('File B was executed');
import 'file-a';
import 'file-b';
require('file-a');
require('file-b');
import 'file-a';
require('file-b');
require('file-a');
import 'file-b';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment