JavaScript not returning the correct data in console

Below is the input code I wrote and the output it gives. I’m starting now in JavaScript, can you guys help? Thanks 🙂

var time = new Date()
var timenow = 0
console.log(${time.getHours}:${time.getMinutes})

Info: Start process (15:49:59)
function getHours() { [native code] }:function getMinutes() { [native code] }
Info: End process (15:49:59)