I cannot seem to find detailed documentation on conditionals for Pug/Jade contemplating language to use && in a if statement.
I am try to achieve this:
if(true && string == 'saved'){
}
I have also tried using a nested if for those but it does not seem to work either:
if entryopen
if !submitted
button
Any help will be greatly appreciated!
Should be
if entryopen && !submitted
button
You can change code in this examples. And test it for yourself.
https://naltatis.github.io/jade-syntax-docs/#if
https://pugjs.org/language/conditionals.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With