javascript doesn't work on notepad
-
i’m tring to learn js but when i gonna write on notepad:
<script>
console.log(“hello”);
</script>i don’t see anithing on the console of my web site.
if i write directly on the console it work. some help? -
@lelez-cz said in javascript doesn't work on notepad:
some help?
Nope, as this is a Notepad++ forum so only questions about Notepad++ are dealt with here.
-
@lelez-cz If you type that into NP++, you’re just creating a file with some JS code in it. You’re not executing it.