i was use so many way to comments my code in js file it not run the comment code
but in website i still see my comments code , it just show code like text
can i not see my comment in website ??
i try other way but still like this
{/**/}
or
it's error if i use type of comments
When using JSX, you need to wrap comments around curly braces: {/* This is a comment */}
@forgetaboutme is exactly right, using {/* */} should work fine. Here's an example. Hope that helps!
thank guys last day i use {/*/} too but it say "not define {/ "
Please provide full code example if you have issues.
Most helpful comment
@forgetaboutme is exactly right, using
{/* */}should work fine. Here's an example. Hope that helps!