Computer Science JavaScript

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

flashcard set

Earn XP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards
HTML
tags

Used to create web forms in HTML.

2
New cards

JavaScript

A programming language used to program the behaviour of web pages and add interactivity.

3
New cards

Input types

Different types of input fields in a form, such as text, number, password, etc.

4
New cards

Form validation

The process of checking user input before it is sent to a server.

5
New cards

document.getElementById()

A JavaScript method used to find an HTML element by its id.

6
New cards

Alert box

A pop-up message that displays information to the user.

7
New cards

Function

A block of code designed to perform a specific task, invoked when called.

8
New cards

Variable

A container for storing data values, assigned using specific syntax.

9
New cards

Array

A data structure in JavaScript that can store multiple values in a single variable.

10
New cards

JavaScript syntax

The set of rules that define how JavaScript programs are constructed.

11
New cards

mouse click event

An action that triggers code execution when the user clicks an HTML element.

12
New cards

Dynamic web page

A webpage that can change content and interactions based on user actions.

13
New cards

Inline JavaScript

JavaScript code written directly in HTML files.

14
New cards

External script files

Separate JavaScript files linked to an HTML document.

15
New cards

Function parameters

Values that can be passed to a function to customize its behaviour.

16
New cards

CSS

Cascading Style Sheets, used to style and layout web pages.

17
New cards

Interactivity

Engagement and responsive actions provided in a web application.