JSFiddle - React, Tailwind, and code Playground
JavaScript
function someFunc() {
console.log('log from someFunc')
}
function anotherFunction() {
console.log('log from anotherFunction')
someFUnc()
}
console.log('main')
function someFunc() {
console.log('log from someFunc')
}
function anotherFunction() {
console.log('log from anotherFunction')
someFUnc()
}
console.log('main')