<script> @for(int i = 0; i < 5; i++) { <text> // Use <text> node to call js inside razor var that = @i </text> } </script>