Skip to main content

39 docs tagged with "JavaScript"

View All Tags

Arrow Functions

Representing functions with a concise syntax using arrow functions

Browser Window Object

An object representing the web browser window and providing interaction functionalities

Constant

Understanding constants and the usage of 'const' in programming

Date Object

Handling dates and times in JavaScript using the `Date` object

Events

Types of events for web interaction and how to use listeners

Implementing a Contact Form

Guide on how to implement JavaScript functionality to capture user input from a website contact form and send it via email client.

Math Object

Basic mathematical operations using the JavaScript Math object

Object

Concept of objects, managing information using objects

Operators

Operators that process data and calculate values

Operators

Operators for processing data and computing values

Promise

Object representing the result of an asynchronous operation in JavaScript

Scope

The concept of scope determines the regions within which variables can be accessed.

Scope

The scope determines the region and range in which variables can be accessed

sendEmail Function Guide

Introduction and operation method of the JavaScript function to implement the email sending feature via the SEND EMAIL button

While Loop

A loop that repeatedly executes a block of code while a condition is true