Predict the output of the below code
enum Size(Small=32, Medium, Large=40);
console.log("The medium size is " +  Size.Medium);



"please use flower bracket in second first line of code"

Posted on by