Blog | adam.harpur.io
Blog Notes

adam.harpur.io

  • Blog
  • Notes

JavaScript 101 ~ Funky functions part 2

Jun 8, 2017 2 minutes
Contact me

funky functions part 2

In the last funky functions I looked at the silently passed argument, argument. I had full intention to talk about the other implicit argument this in part 2 but I found myself going down a different path.

There are so many ways to invoke functions in JavaScript I t...

  • Continue Reading
  • javascript
  • javascript 101
  • funky functions

JavaScript 101 ~ Funky functions part 1

Jun 1, 2017 2 minutes
Contact me

Funky functions part 1.

JavaScript has its quirks and that's one of the many things I like about it, but it does have some potential gotchas that are worth noting. In the 'Funky functions' series I'll be looking at some of these quirks as well as taking a deeper dive into functions in JavaScript...

  • Continue Reading
  • javascript
  • javascript 101
  • funky functions
ADAM.HARPUR.IO

ADAM.HARPUR.IO

Answering my own questions
one post at a time.

Say Hello:

View my work:

Recent Posts

The Template Pattern

Jul 8, 2019

The State Pattern

Jul 4, 2019

    Archives

  • 2019
    • September 2019
      • The Mediator Pattern
      • The Adapter Pattern
      • The Bridge Pattern
    • July 2019
      • The Template Pattern
      • The State Pattern
    • June 2019
      • The Strategy Pattern
    • May 2019
      • The Visitor Pattern
      • The Observer Pattern
      • The Memento Pattern
      • The Iterator Pattern
    • April 2019
      • The Command Pattern
      • The Chain of Responsibility
    • March 2019
      • The Proxy Pattern
      • The Flyweight Pattern
      • The Facade Pattern
      • The Decorator Pattern
    • February 2019
      • The Composite Pattern
    • January 2019
      • The Prototype Pattern
      • The Singleton Pattern
  • 2018
    • December 2018
      • The Builder Pattern
      • The Factory Pattern
      • Starting ~ 2019
    • November 2018
      • Notes on Antifragile
    • October 2018
      • Sierpinski Triangle
      • Notes on Make Time
      • Gravitational Attraction
    • September 2018
      • Recursion
      • Steering Behaviour
      • Notes on the Culture Code
      • Piglatin and Python
      • Maze Generation