Javascript 1-50Exercise 10Exercise 10Create a new index10.js fileDefine a greeting variableAssign the greeting variable the following message: JavaScript Rocks!!!This greeting value must be a stringShow the greeting message using console.log()