Skip to content

Instantly share code, notes, and snippets.

@akmur
Created July 26, 2018 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akmur/caf80ae7f1b8643cb160c49dfc47defa to your computer and use it in GitHub Desktop.
Save akmur/caf80ae7f1b8643cb160c49dfc47defa to your computer and use it in GitHub Desktop.
var first = 'https://google.com';
var second = 'https://bing.com';
var third = 'https://duckduckgo.com';
var fourth = 'https://yandex.com';
var fifth = 'https://qwant.com';
module.exports = { first, second, third, fourth, fifth };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment