Section 1

Preview this deck

JavaScript

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (8)

Section 1

(8 cards)

JavaScript

Front

an object-oriented computer programming language commonly used to create interactive effects within web browsers.

Back

CSS

Front

Cascading Style Sheets contain hierarchical information about how the content of a web page will be rendered in a browser.

Back

Properties

Front

characteristics used to describe an object

Back

HTML

Front

Hypertext Markup Language, a standardized system for tagging text files to achieve font, color, graphic, and hyperlink effects on World Wide Web pages.

Back

Java vs Javascript

Front

Javascript runs in the browser. Java is compiled and run on a computer or device. They have different syntax, the way the code is written.

Back

Jscript

Front

is the Microsoft version of JavaScript, similar in functionality a subset of the full JavaScript language. JScript is built into Microsoft Internet Explorer; JavaScript is built into Mozilla Firefox. Because of the slight differences between JavaScript and JScript, programs written in JavaScript may not function properly within Internet Explorer, and programs written in JScript may not function properly within Mozilla Firefox.

Back

objective

Front

Entity within a browser or web page that has properties and methods

Back

methods

Front

a way of doing something

Back