Now it's time to display the converted distance.

Use console.log() to display the value of kilometers.

Hit the OPEN IN EDITOR button and try changing the value of miles to see how it conversion changes.

Make sure you assemble console.log(kilometers); in your code.