Coding question | How to reverse string

AnswerBot
1y

To reverse a string, iterate through the characters and swap them from start to end.

  • Create an empty string to store the reversed result.

  • Iterate through the characters of the input string from end to s...read more

Narayanan n
1y
var message = 'Hello world'; var newStr = ""; for ( i = message.length -1 ; i>=0; i-- ) { newStr += message[i]; } console.log(newStr);
Help your peers!
Select
Add answer anonymously...

Cognizant Reactjs Developer interview questions & answers

A Reactjs Developer was asked 6mo agoQ. Create a counter application.
A Reactjs Developer was asked Q. What are React hooks?
A Reactjs Developer was asked Q. What is the virtual DOM?

Popular interview questions of Reactjs Developer

A Reactjs Developer was asked 6mo agoQ1. Create a counter application.
A Reactjs Developer was asked Q2. What are React hooks?
A Reactjs Developer was asked Q3. What is the virtual DOM?
Cognizant Reactjs Developer Interview Questions
Stay ahead in your career. Get AmbitionBox app
play-icon
play-icon
qr-code
Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+

Reviews

10L+

Interviews

4 Cr+

Salaries

1.5 Cr+

Users

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter
Profile Image
Hello, Guest
AmbitionBox Employee Choice Awards 2025
Winners announced!
awards-icon
Contribute to help millions!
Write a review
Write a review
Share interview
Share interview
Contribute salary
Contribute salary
Add office photos
Add office photos
Add office benefits
Add office benefits