JSFiddle - React, Tailwind, and code Playground
by eget teteete
JavaScript
var drawSnowman = function(x, y) {
var a = x + y
};
alert(drawSnowman(2,5));
by eget teteete
var drawSnowman = function(x, y) {
var a = x + y
};
alert(drawSnowman(2,5));