TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.

Home Page:https://the-algorithms.com/language/javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE]: Last Element

abrehan2 opened this issue · comments

Motivation

I will add a code written in js that is used to find a last element in the array.
Folder: Bit Manipulation

Examples

No response

Possible workarounds

No response

Additional information

No response

What does this have to do with bit manipulation?

This code should be added in '/Data-Structures
/Array/'.

Hello sir i would like to contribute on this issue please assign me this issue. Thank You..

Can you assign me the task i knew the solution very well. Thank You!

Just returning the last element of an array is a trivial programming problem and hardly of algorithmic value; it doesn't warrant inclusion. I'm sorry if my question to abrehan was misunderstood.