<html> <body> <script> let a = 2; if(a <= 5) { document.write("if statement executed"); } </script> </body> </html>