console.log(new Date().toLocaleString('default', { month: 'long' }));
The first example outputs the month number (1 for January, 2 for February, etc.), and the second outputs the full month name.