Pergunta de entrevista da empresa Rackspace Technology

String reverse without reverse method

Resposta da entrevista

Sigiloso

14 de nov. de 2017

If they were using python the answer would be: reversed_string = a_string[::-1]