JSFiddle - React, Tailwind, and code Playground

by totszwai

JavaScript

let sortOption = {
	field: "hello",
  ascending: false
}

let fields = [ "what", "is", "hello", "world"];

fields.indexOf("hello")