Help me in solving JS04 problem

My issue

how i start

My code

/* Write the JS Code to print all even numbers between start and end.*/ 
const start = 10;
const end = 20;


Learning course: Web development using JavaScript
Problem Link: Loops Practice Problem in Web development using JavaScript - CodeChef