Unlike in webstorm, I\'m unable to comment JSX code out in .js files in the Visual Studio Code.
.js
In React "{}" allows us to use JavaScript Expressions, so we can comment the way we do in JavaScript.
Example:
{/* multi line comment */} {// single line comment }