express-messages
express-messages copied to clipboard
Problem with != messages()
I was doing one of my project and found that whenever I use != messages() it gives an error messages is not a function
But when used !{messages} it worked just fine, just curious to know why != messages() didn't worked well.