Check if One String Swap Can Make Strings Equal
Given two strings s1 and s2 of equal length, return true if you can make s1 equal to s2 by performing exactly one swap on one of the strings. Otherwise, return false.
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)