Questions tagged [codecharge]

18 questions
0
votes
2 answers

Error in js script

This is a script that is generated by CodeCharge (code generator) as part of my app (well, also by Artisteer designs, apparently). I have very little knowledge of web development, zero knowledge of JS and I have to use this code generator. The…
MariusD
  • 129
  • 1
  • 2
  • 14
0
votes
1 answer

Configuration file is not well-formed XML

HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. The Config Source section reads: 35:
MariusD
  • 129
  • 1
  • 2
  • 14
-2
votes
1 answer

Google coding challange work scheduling code

I have a Google foobar challenge: Write a function called answer(data, n) that takes in a list of less than 100 integers and a number n, and returns that same list but with all of the numbers that occur more than n times removed entirely. The…
1
2