JSFiddle - React, Tailwind, and code Playground

by eget teteete

JavaScript

function func(phrase, who) {
  alert( phrase + ', ' + who );
}

setTimeout(func, 1000, "Привет", "Вася");