Alright, so I'm trying to check if a Boolean is True or False and I've initialized it with "true", and then I change it to "false" later. That wouldn't cause pr
I am developing twitter extension for the website. When I try to connect dapp and phantom wallet in react.js project, it works. but If I try it in chrome extens
I have, for example: create table #test ( job int, dateL date) insert into #test values (1, '2022-04-01'), (2, '2022-04-02'), (3, '2022-04-12'), (4, '2022-04-27
I'm very new to JavaScript and trying to automate a small test process in a browser (Sources - Snippets) with JavaScript, and it spans over several web pages, a
I'm trying to run a simple application with Express, Sequelize, and MySQL I get this error: Executing (default): CREATE TABLE IF NOT EXISTS `tasks` (`id` INTEGE
i got some problem someone of with really helped me but i got a code who print all of divisor from array, but i tried to print a number with most divisor for ex
I am pretty new to the wonderful world of Vue3(or Vue), and I encountered a problem with "conditional" rendering with select changed. What I want to achieve is
I made game using unity and its working in the editor. But when I build it and play it on phone, it stucks on the splash screen. How can I fix this? What I'm do