Eduardo DONATO

Results 4 issues of Eduardo DONATO

Highlight the active tab with a bottom border

remove unnecessary console.log just to keep browser console clean

Add license plate generator with an optional pattern string parameter. Returns a random vehicle license plate that matches the pattern. Pattern: - For pattern 'L' stands for a letter and...

Add to the state generator Brazil option (br) ```js const br: [ { name: "Espírito Santo", abbreviation: "ES" }, { name: "Acre", abbreviation: "AC" }, { name: "Alagoas", abbreviation: "AL"...