JSFiddle - React, Tailwind, and code Playground
JavaScript
//'use strict'
if (true) {
function funcInner() {
console.log('функция здесь!');
}
}
funcInner();
//'use strict'
if (true) {
function funcInner() {
console.log('функция здесь!');
}
}
funcInner();