python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Customer List Challenge (TestDome)
I'm trying to solve this challenge from TestDome and i need some help. I dont really understand how i must toggle the email and how to append the item to DOM...
!!Please without Vanilla JS only!!
Impl...
munteanu dan
Votes: 0
Answers: 3
TestDome Challenge Closest Relative
I'm tried to solve this challenge from testdome and i got stuck.
The following HTML represents a family tree:
<James>
<Dave></Dave>
<Mike></Mike>
<Sarah></...
munteanu dan
Votes: 0
Answers: 2
For loop: retaining exact strings (with spaces and quotations) to identify word occurence (python)
Bit stuck on a coding challenge here! I'm writing a function that takes two arguments (strings, queries) and prints the number of times each query string occurs in the input string. I think I'm quite ...
M_Oxford
Votes: 0
Answers: 2