Skip to main content
Known Participant
March 14, 2012
Answered

include a .js file

  • March 14, 2012
  • 1 reply
  • 830 views

Hello,

What is the syntax to include a .js file in an other .jsx file?

Thanks for your help.

This topic has been closed for replies.
Correct answer Dan Ebberts

Like this:

#include "/c/temp/test.js";

Dan

1 reply

Dan Ebberts
Community Expert
Dan EbbertsCommunity ExpertCorrect answer
Community Expert
March 14, 2012

Like this:

#include "/c/temp/test.js";

Dan

lougris17Author
Known Participant
March 15, 2012

Thanks Dan