• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
- 1

How to I reverse the order of a string?

I need to reverse the order of a given string and output the results đŸ‘šâ€đŸ’»

javascriptc++javapython3
3rd Apr 2022, 5:03 AM
VICTOR MATHABELA
VICTOR MATHABELA - avatar
2 Answers
+ 1
https://code.sololearn.com/c0NzI941Hv9C/?ref=app
3rd Apr 2022, 5:24 AM
Gordon
Gordon - avatar
0
let string = "This a string" string = string.split(" ").reverse().join(" ") console.log(string)
4th Apr 2022, 7:15 PM
DoffySo
DoffySo - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
ĐžŃˆĐžĐ±Đșа ĐČ ĐżŃ€ĐžĐ»ĐŸĐ¶Đ”ĐœĐžĐž Sololearn
1 Votes
Is anyone else experiencing this Sololearn issue?
0 Votes
NEO V2.0
1 Votes
Sololearn course
1 Votes
solo learn program issue - iPhone?
1 Votes
Best language?
0 Votes
Is it possible to write Rust code that is as compact and expressive as Python?
0 Votes
Bug sur le deuxiĂšme cours de python
1 Votes
I am learning javascript intrmdt but when I play a code challenge. The app is givin me comlecated questions with less time.why?
0 Votes
Learn - multiple choice course questions display in one box making it impossible to continue
1 Votes