JSFiddle - React, Tailwind, and code Playground

by ryanburnett

JavaScript

var hasFootball = _(["soccer", "baseball", "hockey", "basketball", "football"]).include("football");
console.log(hasFootball);