/code-challenges

This is a collection of code challenges that I have worked on throughout my coding career.

Primary LanguageJavaScript

Code Challenges!

This is a collection of code challenges that I have worked on throughout my coding career.

CSS

Javascript

Python

Web Development

Javascript Timer For Function Execution

console.time("timer");
console.timeLog("timer");
// Your function call or loop
console.timeEnd("timer");