Click here to Skip to main content
15,891,657 members

Comments by ftk789 (Top 14 by date)

ftk789 10-Jan-23 10:30am View    
Thank you very much , <3
ftk789 10-Jan-23 10:17am View    
Got it working using the the array.map, Thank you soo much for helping me man, I hope you have a great rest of your day, You helped me a lot. <3
ftk789 10-Jan-23 10:06am View    
Something like this: If this string includes one of these arrays, Then replace that array with blank, And keep repeating until there are none left.
ftk789 10-Jan-23 9:55am View    
I like the 2nd option, I do have them in an array, And I have the whole string ready, Will I have to use a for loop? or a while condition?, Here's where it get's hard on my head ,Cuz I can use both, But I want the best.
ftk789 10-Jan-23 9:21am View    
That really makes sense now, But what if I have an array and I want to use it in there? Would I just call the array? Or would I have assign multiple If's for each array? My array would be: [1], [2], [3], [4], Etc..., It'll all be numbers, Is that possible? Or no?