DEV Community

Tony Greeley
Tony Greeley

Posted on

2

100 Days of Code ` Day 5

Completed activity 6 of JavaScript30 which was pretty cool as did something I have never done before, make a type ahead with an AJAX call. While I have a working knowledge of RegEx was unaware of using "new RegExp()" in JS to create an expression which I found pretty cool

Finished up by completing the current section of the Udemy course I'm still working on which gave a nice review on testing connected components, something I haven't done in a loooooooooong time!

Top comments (1)

Collapse
 
b0yblake profile image
Lichhuun

Make a good habit, day by day. You will defeat yourself, LOLL!

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video