Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 689 Bytes

README.zh.md

File metadata and controls

22 lines (13 loc) · 689 Bytes

反向的字符串

反向的字符串

例如:

  • input: "cool"
  • output: "looc"

加分

用这个字符串:uüu测试你的函数, 看会发生什么。试着写一个函数,这恰当地反转这个字符串。提示: {grapheme clusters}

要拿到加分,需要测试加分项, 从最后一个测试中移除(#[ignore])标志),并运行下面测试命令:

$ cargo test --features grapheme

Source

Introductory challenge to reverse an input string https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb