When to Apply, Call and Bind

Functions are objects in JavaScript, functions have methods, including the powerful Apply, Call, and Bind methods.  Apply and Call are nearly identical and are frequently used in JavaScript for borrowing methods and for setting the this value explicitly.   Apply and Call are ECMAScript3 but Bind is available in ECMAScript5 Bind() and borrow methods We use bind when we use the this keyword in a method and we call that … Continue reading When to Apply, Call and Bind

Grace Hopper Cisco Kinetic Demo

For those of you who don't already know, Grace Hopper was a pioneer computer programmer who started the idea of machine-independent programming languages, which led to the development of COBOL. She was one of the first programmers of the Harvard Mark I computer. During her lifetime, Hopper was awarded 40 honorary degrees from universities across the world. A college at Yale University is named … Continue reading Grace Hopper Cisco Kinetic Demo