Created
July 26, 2018 07:35
-
-
Save akmur/caf80ae7f1b8643cb160c49dfc47defa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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