Skip to content Skip to sidebar Skip to footer
Showing posts with the label Generator

Test Code Coverage Javascript Es6 Generators (redux-saga / Istanbul.js)

Working with redux-saga, I wrote some tests. I tried to generate code coverage using istanbul.js. I… Read more Test Code Coverage Javascript Es6 Generators (redux-saga / Istanbul.js)

Why Is Using A Generator Function Slower Than Filling And Iterating An Array In This Example?

A Tale of Two Functions I have one function that fills an array up to a specified value: function g… Read more Why Is Using A Generator Function Slower Than Filling And Iterating An Array In This Example?

How Do I Display A Random Phrase From A List When A Button Is Clicked In A Web Page?

I am creating a web page where someone can visit it. They type a question in a field and click a bu… Read more How Do I Display A Random Phrase From A List When A Button Is Clicked In A Web Page?