Posts by Guilherme Souza • 26 points
1 post
-
1
votes1
answer47
viewsA: check if method in backend is true and client too
This is bad practice. However, here goes: <script> if(<%@order> === variavelClient && variavelClient){ console.log('são iguais e verdadeiras') } </script>…