Looking for help, and not sure why it won't work. - new to writing commands and javascript, but looking for random numbers of "=" within' the 8=D. I wrote it in another language, but am having troubles.
Here is my code:
!repeat $(eval let bSck = "8";
let length = Math.floor() * 30;
for(var i=0; i < length; i++)
{
ballSck += '=';
})
But when I test this so far, it doesn't give me what I need. What am I doing wrong?