Skip to content

Abdulrahman843/codingTasks

Repository files navigation

String Reverser

Table of Contents

  1. Description
  2. Installation
  3. Usage
  4. Credits

Description

This is a simple JavaScript script that reverses a given string. Understanding how to manipulate strings is fundamental in programming, and this task helps reinforce concepts of string manipulation in JavaScript.

Installation

To run this script locally, ensure Node.js is installed on your machine. Clone this repository and navigate to the string_reverser directory. ``sh git clone https://github.com/Abdulrahman843/codingTasks.git cd codingTasks/string_reverser

Usage

To use this script, run the following command:

``sh node string_reverser.js

Screenshot 1: image

Replace with the string you want to reverse.

Example ``sh node string_reverser.js "hello"

This will output:

c Reversed string: olleh

Screenshot 2: image

Credits

Adjust paths and details according to your actual setup and requirements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published