Eloquent JavaScript I

Beschreibung

This material is to enforced the learning from the "Eloquent JavaScript" book content
Omid Khorramshah
Karteikarten von Omid Khorramshah, aktualisiert more than 1 year ago
Omid Khorramshah
Erstellt von Omid Khorramshah vor mehr als 8 Jahre
23
0

Zusammenfassung der Ressource

Frage Antworten
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!
Zusammenfassung anzeigen Zusammenfassung ausblenden

ähnlicher Inhalt

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