Second Index

Second Index

二つの文字列が与えられます。一つ目の文字列の中で、二つ目の文字が二番目に現れるインデックスを返してください。

最初の例では、'sims'の中に's'が二回目に現れたインデックスを見つけます。最初に出現するインデックスは、 indexOf...

You should be an authorized user in order to see the full description and start solving this mission.
19