MEGAN RIEL-MEHAN
  • Home
  • Science Visualization
    • Cell feature explorer
    • Visual Guide to Human Stem Cells
    • HBV Animation
    • LDL and HDL models
    • Coral Cell Biology
    • Illustrations for Cell Design Labs
    • Cover Art - CRISPR
  • Research
    • Initial findings
    • Image processing
  • Civic Tech
    • Town Hall Project
    • Mutual Aid Hub
  • Fine Art
  • News
  • Methods and Notes
  • CV and Resume

Call stack notes

11/13/2017

0 Comments

 
The call stack: 
    Array with two methods:
    first in last out. 
        push()
        pop()
        peak() //looks at the first one. 

Callback queue 
    first in, first out. 
    runs by adding them to the call stack
    basically an array, with two special methods:
        enqueue (unshift())
        dequeue (shift())

Hoisting variables is done to make sure everything is declared before adding to the call stack. 

this[this.length++] = value //increments after evaluation 
this[++this.length} = value //increments before evaluation 
0 Comments



Leave a Reply.

    Even though I no longer do bench work, I find the practice of recording "experiments" and notes to be helpful in keeping my thoughts and projects organized.  I also hope other people find useful things in here too. 

    Categories

    All
    Animation
    Cell Crawling
    HBV
    Heroku
    PGRN.org
    R
    Web Development

    RSS Feed

Download CV
Contact me:
  • Home
  • Science Visualization
    • Cell feature explorer
    • Visual Guide to Human Stem Cells
    • HBV Animation
    • LDL and HDL models
    • Coral Cell Biology
    • Illustrations for Cell Design Labs
    • Cover Art - CRISPR
  • Research
    • Initial findings
    • Image processing
  • Civic Tech
    • Town Hall Project
    • Mutual Aid Hub
  • Fine Art
  • News
  • Methods and Notes
  • CV and Resume