Calling another function invoked in a function in another js file. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 }

10th May 2021, 9:17 AM
Aman Kumar
Aman Kumar - avatar
2 Answers
+ 2
Syntax error on: defauly
12th May 2021, 7:21 AM
Calviղ
Calviղ - avatar
0
Don't go on this part of codes. It is just for sample. Take it as default
21st May 2021, 4:05 PM
Aman Kumar
Aman Kumar - avatar