Tag: JavaScript
JavaScript vs Java
Separate JavaScript from Java — different languages despite the similar name.
Installing and Setting Up JavaScript
Set up a browser, a code editor, and optionally Node.js for tooling.
Running JavaScript in the Browser
Execute scripts via the console, inline tags, and external files.
Introduction to JavaScript
Start learning JavaScript — from language basics and the DOM to async APIs and a final web application project.
What is JavaScript?
Define JavaScript as the programming language of the web (and beyond).
Features of JavaScript
Explore dynamic typing, first-class functions, prototypes, and event-driven design.
JavaScript Complete Tutorial (101 Topics with DOM, Async & Final Project)
Complete JavaScript tutorial covering syntax, functions, DOM, events, async/await, Fetch, modules, security, and a final interactive web application project.
Send Email with Node.js
Send transactional emails from Node.js using Nodemailer and SMTP credentials.
Final Todo Project with Node.js and Express
Capstone todo API with Express, MongoDB/Mongoose, validation, JWT auth, and CRUD endpoints.