Posts By: Miranda Wang

Learning ES6: New Methods for Arrays

In ES6, we get a bunch of new native methods for Arrays that are super useful! This is a short blog post that goes over each of the new methods - .from(), .of(), .find(), .findIndex(), .some(), and .every() - and how they work.

Read More

Learning ES6: Loops & Iterators

This week, we learned about Iterable objects, three different kinds of loops in Javascript, and a new for of loop that ES6 gives us the best of all three worlds!

Read More

Learning ES6: Strings and Destructuring

EcmaScript 6 is one of the newer versions of Javascript that we're now using in a few projects across our teams, and most significantly in our New Design Lab project! As we start to iterate on new features for the lab, we're reviewing and ramping up on the cool shiny features ES6 brings to the table. This week, we learned about some new string methods and destructuring.

Read More

A Spooky Ink-o-ween!

This year we had a great showing of costumes in the office for Halloween

Read More