/**
 * @description
 * pass in a string to compare to an array of strings
 *
 * @example
 * // can is in canada, so yes.
 * stringContainsAnyOf('canada', ['eh', 'can'])
 */

https://github.com/andrewplummer/Sugar/blob/master/lib/es7.js#L23
