JSFiddle - React, Tailwind, and code Playground

by karin

JavaScript

var list=[16,45,48,'undefined'];
if(list[0].key==16){
}
alert(list[3]);