3 followers
logs of takeaways ๐ฉโ๐ป
space-x-N ยท space-x-2 is a Tailwind CSS utility class (predefined small-scale classes) used to add horizontal spacing (gap) between sibling...
Using TypeScript to Retrieve Values from Input Fields ยท import { useState } from "react"; function ToDoList() { const [value, setValue] =...
I've realised why experienced developers say learning never stops. When I first tried styled components, I knew they were cool, but it was a bit...
Exploring the Power of findIndex ยท Could you try to solve the below problem? Please complete the solution function to return the index of the first...
Monday morning, I received a request from a customer to show the sales price with the first decimal place in the Enterprise Programme. I've googled...
sudo npm uninstall -g angular-cli @angular/cli npm cache clean --force sudo npm install -g @angular/cli You can upgrade the CLI as run the above...