How can the below element be output from jspx?
**&nsp;** , output space in jspx **if(a && a!=b)**, JavaScript file in jspx
You should use "&", e.g.
"&"
"if(a && a!=b)"