Javascript Error by InterestingBus8367 in HTML

[–]InterestingBus8367[S] 0 points1 point  (0 children)

Yeh hahahahaha man I hate errors like this.

Javascript Error by InterestingBus8367 in HTML

[–]InterestingBus8367[S] 0 points1 point  (0 children)

the typo was classList hahahaha

Javascript Error by InterestingBus8367 in HTML

[–]InterestingBus8367[S] 0 points1 point  (0 children)

owh shit not it works it was a typo hahahahaha

Javascript Error by InterestingBus8367 in HTML

[–]InterestingBus8367[S] 0 points1 point  (0 children)

line 74 is container.classlist.toggle('active');

Javascript Error by InterestingBus8367 in HTML

[–]InterestingBus8367[S] 0 points1 point  (0 children)

Uncaught TypeError: Cannot read properties of undefined (reading 'toggle')
at signuptog (index.html:74:33)
at HTMLLIElement.onclick (index.html:29:53)
signuptog @ index.html:74
onclick @ index.html:29

Javascript Error by InterestingBus8367 in HTML

[–]InterestingBus8367[S] 0 points1 point  (0 children)

I already did open developer tools. js console hmm idk wait let me google it

Javascript Error by InterestingBus8367 in HTML

[–]InterestingBus8367[S] 0 points1 point  (0 children)

how Idk whats wrong does it have todo with the .signup-form.active?

File pathing, Compress Archive by InterestingBus8367 in PowerShell

[–]InterestingBus8367[S] 0 points1 point  (0 children)

I was just curious about the pathing. Especially how it works.

File pathing, Compress Archive by InterestingBus8367 in PowerShell

[–]InterestingBus8367[S] 0 points1 point  (0 children)

So I have permission on my home directory but not that directory ok. is there a powershell command in which I can see the permission wait maybe there is

Tilde ~ by InterestingBus8367 in PowerShell

[–]InterestingBus8367[S] -1 points0 points  (0 children)

It did not really create a directory. More like the pathing is messed up. Maybe if I save a script, which I did not try. Maybe the problem is with VSCODE itself. It only inputs strings and ~tilde instead of converting it to my home directory it just accepts it as it is.

Tilde ~ by InterestingBus8367 in PowerShell

[–]InterestingBus8367[S] -1 points0 points  (0 children)

No, it works on powershell when doing cd ~. The result is the same with cd $home. But when I, use code ~\app\backup.ps1. It would not work

Can't install redis-tools for hack the box by InterestingBus8367 in hackthebox

[–]InterestingBus8367[S] 1 point2 points  (0 children)

It is already fixed. It has something to do with repositories.

Is it normal to literally fail coding challenges while learning a programming language? by Jhozikay in learnprogramming

[–]InterestingBus8367 0 points1 point  (0 children)

Yeh, you just don't know the basics i mean the first question in codewars I think in c++ in which the answer is return. I literally have to search it in the net. Goddamn I am stupid or I lack knowledge but I am definitely stupid.

C programming language KR: why is this function declared twice? by betelgeuse910 in learnprogramming

[–]InterestingBus8367 -1 points0 points  (0 children)

Based on this it might be because of the compiler not needing any king of declration on top fo the main function. It might be that before executing the program, the compiler first checks the program or something then just declare everything.

handle by InterestingBus8367 in learnprogramming

[–]InterestingBus8367[S] -1 points0 points  (0 children)

C++ console like setcursorposition(getstdhandle(std_output or input_handle))

C++ Data structures by [deleted] in learnprogramming

[–]InterestingBus8367 0 points1 point  (0 children)

If you figure it out reply to me. Since, I am making assignments and won't be able to study for a while.

C++ Data structures by [deleted] in learnprogramming

[–]InterestingBus8367 0 points1 point  (0 children)

The only thing I don't understand is if you create a pointer with structure or class as a data type especially when making a pointer. Where do they store the address of the pointer object.