print value in jquery

Solutions on MaxInterview for print value in jquery by the best coders in the world

showing results for - "print value in jquery"
Claudia
16 Jun 2018
1//To view a value as alert
2
3alert("Hi");
4
5//To view a value or array in console
6
7console.log("Hi");