Java Games: Flashcards, matching, concentration, and word search.

AB
JavascriptA programming language that can run on web pages.
<button>An HTML element that shows a button on the screen that can be clicked with a mouse.
onclickAttribute of the button tells the computer to run some Javascript code when the button gets clicked.
<script>The part of the HTML page where Javascript code should be placed.
CommentA part of the code that the computer ignores, but which can be useful for programmers reading the code.
single-line commentsstart with //
multi-line commentsstart with /* and end with */
VariableLike a storage bin in the computer that can hold some data, has a name and a value.
TypeNumber, String, Boolean, the special value undefined, and references to functions and HTML elements
KeywordA word that has special meaning in a computer language.


New Lima High School

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities