Wahid Ali

Results 7 comments of Wahid Ali

I already did the fruit picker exercise. now I see in Github that the exercise gets updated. So, I go to update my code but my boilerplate didn't change according...

Oh ok I'm new in GitHub so i don't know that . Thanks for telling me i know next time.

cy.login() is not working ### Error defaultApp.auth is not a function ` 48 | function getAuth(tenantId) { 49 | const auth = defaultApp.auth() ; | ^ 50 | if (tenantId)...

```c // C program for array implementation of stack #include #include #include // A structure to represent a stack struct Stack { int top; unsigned capacity; int* array; }; //...

I want to know how i can add Google Adsense script in my project with partytown. Do u also know how can I remove partytown console.log error from my production?