JSFiddle - React, Tailwind, and code Playground
by iDVB
JavaScript
function fireAlert() {
alert(cdn_url);
}
fireAlert();
var cdn_url = "If you read this I worked. If undefined, then I did not."
by iDVB
function fireAlert() {
alert(cdn_url);
}
fireAlert();
var cdn_url = "If you read this I worked. If undefined, then I did not."