JSFiddle - React, Tailwind, and code Playground

JavaScript competency 4

by tonytlwu

JavaScript

function longestString(i) {
  // i will be an array.
  // return the longest string in the array
}