Skip to content

Instantly share code, notes, and snippets.

@kritiketan
Last active August 7, 2021 08:30
Show Gist options
  • Save kritiketan/9cfcc7e29069d2b4b7b3aa886a7dc633 to your computer and use it in GitHub Desktop.
Save kritiketan/9cfcc7e29069d2b4b7b3aa886a7dc633 to your computer and use it in GitHub Desktop.
const siteList = require('./site-list.js').siteList;
module.exports.getUrl =
() => siteList[ Math.floor(Math.random() * siteList.length ) ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment