JSFiddle - React, Tailwind, and code Playground
by pamselle
JavaScript
var hiThere = function(name){
// Write "Hi there" and the name entered in a prompt
};
promptName = window.prompt('What\'s YOUR name?');
hiThere(promptName);
by pamselle
var hiThere = function(name){
// Write "Hi there" and the name entered in a prompt
};
promptName = window.prompt('What\'s YOUR name?');
hiThere(promptName);