I use Smart String Literals to generate JavaScript in my web API server app.
Many times the IDE will automatically converted the keyword like "if" to "If" and this will cause the JavaScript to break because "If" is not recognize as a correct keyword. (stupid JS)
Maybe this is not easy to fix but I need to be careful all the times.
Many times the IDE will automatically converted the keyword like "if" to "If" and this will cause the JavaScript to break because "If" is not recognize as a correct keyword. (stupid JS)
Maybe this is not easy to fix but I need to be careful all the times.