console.log(...) is not a function
Simply put a semicolon (;) after console.log(…)
error case
console.log()
(function(){})
console.log(...) is not a function
Simply put a semicolon (;) after console.log(…)
error case
console.log()
(function(){})
console.log is not a function
This is probably a cache error, try the 4 different options below
- Press F5 on your keyboard to refresh the page and cache
- Make sure there is a semicolon at the end of the function as seen below
console.log('test');
- Close the browser and clear the cache before trying again
- Try a different browser
Don't forget to upvote if this helped so others can see
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us