Fix the getFullYear() is not a function error in JavaScript

added by JavaScript Kicks
8/22/2022 1:11:34 PM

639 Views

In this tutorial, we are going to learn about how to Fix the getFullYear() is not a function error in JavaScript When we try to use JavaScript Date().getFullYear() method without using new keyword we get the following error in our console.


0 comments