A Mistake in my Codecademy Codebit, Not Sure What [closed] - javascript

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I do NOT have code here, as for it is going to take up too much space. It is an error in JavaScript as for it won't run anything in it, aswell as jQuery.
Click here if you wanna live...

Your problem is here I think:
.replace('function mName1()'),('?Method??-Custom?','function')
that comma needs to be a period and I'm guessing replace needs called.
.replace('function mName1()').replace('?Method??-Custom?','function')

Related

Please my regexp for special character is not responding [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 days ago.
Improve this question
I used this lines of program for password validation, unfortunately other conditions are working but aside the special character.. what did I do wrong?
my JavaScript/jQuery code

How i change text with Tampermonkey? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
https://prnt.sc/r9zh7k
I want change the 0,00 for another value, can anyone helps?
You can try something like
document.querySelector('[data-v-c35c6530]').innerHTML = "new text";
if you link the site, I can verify this will work.

The email address is badly formatted. I don't know what's wrong with this can someone help me. [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
Code is not working, I dont know what was the problem
It looks like the email format is reliant on the element in the page with id = 'emailAddress'. Check that it is in the correct format.
Also, if it doesn't run, try changing the last line from:
}());
To:
})();

Why do these two html/css files work differently despite the same code? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
Here's the codepen for the first one:
Bad Pen: https://codepen.io/anon/pen/jGpxrp
and here's the code for the second one:
Good Pen: https://codepen.io/anon/pen/QqBmWK?editors=1100
I can't seem to understand why the Yes and No buttons work for the "Good Pen", and not for the "Bad Pen", they are basically the same code?
If you check in "settings" and then go to the javascript tab you will see the difference. The first one is missing jquery it should have:
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js

How to do this effect? :S [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
I'll be more then grateful if someone can give me some hints in achieving this effect from here:
http://branditylab.com/#branditylab/home
A quick look at the code in the console shows they are probably using particlejs
edit:
So we get downvotes for answering bad questions now?

Categories