I want to make a popup window and after clicking on one of multiple items. I figured that possibly the best solution would be to have the popup element in top l
I'm new to using TailwindCSS and have come from a Bootstrap (v3, 4 and 5) background. I've had a read over the Tailwind docs and notice on many sites that are b
// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; interface IBank { function addTax(uint256 moneyToAdd) external payable; } contract Counte
Hi I am new in React JS and I don't know how to work with react router dom. Actually I don't want to show Header & Footer on Error page in React JS function
I need to count the number of occurrences of a character in a string. For example, suppose my string contains: var mainStr = "str1,str2,str3,str4"; I want t
I have a React Native app, I ejected from Expo, and I now have a Bare Workflow. When I try to compile an iOS Release build I have the following error: Error [ER
I want to generate the random value from 0 to 1 with interval of one second. i have write this code but i cannot understand how can i take delay of 1 second. ma