JSFiddle - React, Tailwind, and code Playground
by Shree Khanal
JavaScript
var names = [
"rocky",
"jhon"
];
names.push('shyam');
alert(names);
by Shree Khanal
var names = [
"rocky",
"jhon"
];
names.push('shyam');
alert(names);