Eloquent JavaScript I

Descrição

This material is to enforced the learning from the "Eloquent JavaScript" book content
Omid Khorramshah
FlashCards por Omid Khorramshah, atualizado more than 1 year ago
Omid Khorramshah
Criado por Omid Khorramshah mais de 8 anos atrás
23
0

Resumo de Recurso

Questão Responda
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!

Semelhante

HTTPS explained with Carrier Pigeons
Shannon Anderson-Rush
Useful String Methods
Shannon Anderson-Rush
Historical Development of Computer Languages
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