DEV Community

Tony Greeley
Tony Greeley

Posted on

100 Days of Code ~ Day 8

Completed activity 9 of JavaScript30 which covered various console methods that can be used, most of which I'd never even heard of, which was cool. I particularly liked console.group and console.time interesting and may to try to using them in my development stages.

Finished off by completing the current section I was working on for the Udemy course I'm taking about TDD With React in which I finished up testing on the first connected component with out any Redux middleware and the next section covers testing with Redux Thunk which I'll start tomorrow.

Top comments (0)