Search code examples
javajspjspx

How to output "&" from jspx?


How can the below element be output from jspx?

**&nsp;** , output space in jspx
**if(a && a!=b)**, JavaScript file in jspx

Solution

  • You should use "&", e.g.

    "if(a && a!=b)"