I am getting a problem that app.get is not a function, what have I done wrong?
const express = require("express"); const app = express;enter code here c