0
Calling another function invoked in a function in another js file.
App.js function App(){ function display(){ } } Export defauly App; Display.js Import App from './App.js' function show(){ //Call display func }
2 Réponses
+ 2
Syntax error on: defauly
0
Don't go on this part of codes. It is just for sample. Take it as default