Files "challenge1.js", "challenge2.js", and "challenge3.js" written in JavaScript.
For challenge1.js:
- Run the code.
For challenge2.js:
- Run the code.
For challenge3.js:
- Run the program with string1 and string2 in the "document.write" statement.
For programmingchallenge.py written in Python
Programming Challenge 1
- Run Randgen()
Programming Challenge 2
- Run Palindrome(x) where x is the number of digits. Palindrome(3)=906609. Palindrome(4)=99000099.
Programming Challenge 3
- Run AnagramCheck(string1,string2) where string1 is the first string and string2 is the second string.