Eloquent JavaScript I

Description

This material is to enforced the learning from the "Eloquent JavaScript" book content
Omid Khorramshah
Flashcards by Omid Khorramshah, updated more than 1 year ago
Omid Khorramshah
Created by Omid Khorramshah over 8 years ago
23
0

Resource summary

Question Answer
the \ operator shows that the following character has a special meaning
% is the remainder operator
shortcuts for modifying counter variables
tenary/conditional operator switches between two values depending on boolean
test if something is equal vs preciesly equal (w/o type conversion)
as single var statement may define multiple variables the definitions must be separated by commas.
A function definition is just a regular variable definition where the value given to the variable happens to be a function
functions can use global and local variables local variables are declared with var & global without
function variables can be assigned to new values/functions. just like a regular varible:
the function keyword can also be used at the start of a statement:
function declarations are not part of the top-to-bottom flow of control:
the function call ends with the encounter of the first return command!
Show full summary Hide full summary

Similar

HTTPS explained with Carrier Pigeons
Shannon Anderson-Rush
Historical Development of Computer Languages
Shannon Anderson-Rush
Useful String Methods
Shannon Anderson-Rush
Flvs foundations of programming dba 2
mariaha vassar
Node.Js
Kyle Peters
jQuery
Ola Sokołek
Programing Languages History
Ricardo Sol
Python Quiz
karljmurphy
computer systems and programming quiz
Molly Batch
Think Python
tsilvo2001
C Programming
Miki Rana