Musings on...
This blog focuses on my journey to become a world class frontend dev/software engineer/js ninja. What qualifies someone as world class? In my eyes, these are people who contribute to the advancement of web technologies, web standards and to the knowledge base of the industry. Thought leaders. Doers. Here is a list of some of the developers I stalk on the interwebs.
One of the best ways to become a better developer is to look under the hood of your favorite frameworks.
Today we are going to look at how one-time binding works with Angular expressions. I assume that you already know how to create a
two way binding in Angular:
{{person.first_name }}
<!-- OR -->
<span ng-bing="person.first_name"></span>
...
Although the console object should be in every Front End Developer’s toolbelt, it’s actually a non-standard
feature. But in most browsers the API is the same, so let’s checkout some of my favorite methods. I am sure this snippet looks very familiar.
// Ex 1
console.log("Hello console!");
My name is Joel. I have a passion for Front End Development, and when I grow up I want to be a JS ninja. I am currently the Lead Developer at Yoi.