Super Palindromes
A super palindrome is a palindrome that reads the same forwards and backwards and is also the square of a palindrome. Given two positive integers, L and R, find the number of super palindromes that exist in the range [L, R], inclusive.
Ada AI
I want to discuss a solution
Help me solve this
Give more examples
What's wrong with my code?
How to use 'for loop' in javascript?
javascript (node 13.12.0)