var $ = require("./jquery"); /*my jquery file (downloaded)*/
$.get("http://google.com",{},
function(data) {});
I am trying to run this code in cmd using the commande node but I got this problem: TypeError: $.get is not a function
can anyone here help me ! 🙏