JSFiddle - React, Tailwind, and code Playground

by Md. Atiquzzaman Soikat

HTML

<script src="https://unpkg.com/[email protected]/lodash.js"></script>

JavaScript

var justiceLeague = ['Superman', 'Batman', 'Aquaman', 'Wonder Women'];

console.log(_.takeWhile(justiceLeague, 2));