create a function that takes any value and prints it to the console in js code example
Example: javascript log to console
const varName = 'this variable';
console.log(varName);
const varName = 'this variable';
console.log(varName);