l am learning nodejs and l want to 3 page.
if user go to first link he must read "You must learn nodeJS", if he go to second link, he must read "Your choose", and if he go to third link, he must read "excellent".
My code
<% if(testParameter.toLowerCase() === "bolu"){ %>
<p>You must learn nodeJS</p>
<% } else if(testParameter.toLowerCase() ==="mudurnu"){ %>
<p>Mudurnu guzel secim.</p>
<% } else{ %>
<p>Excellent.</p>
<% } %>
How can l fixed this code?
Aucun commentaire:
Enregistrer un commentaire