JSFiddle - React, Tailwind, and code Playground
by Damien M
JavaScript
var num = 5;
function mafunction(){
alert('Yolo mon pote ' + num);
}
mafunction();
by Damien M
var num = 5;
function mafunction(){
alert('Yolo mon pote ' + num);
}
mafunction();