Skip to content
#

arrays-and-strings

Here are 111 public repositories matching this topic...

This repository serves as a documentation of my journey learning Java programming. It includes code snippets, projects, resources, and detailed notes covering various Java concepts. Contributions and feedback are welcome as I continue to explore the world of Java development.

  • Updated Jul 6, 2024
  • Java

Project No. 3 of 21 of the freeCodeCamp course "JavaScript Algorithms and Data Structures". In this project, you can seethe code of a basic MP3 player using HTML, CSS, and JavaScript. The project covers fundamental concepts such as handling audio playback, managing a playlist, implementing play, pause, next, previous, and shuffle functionalities.

  • Updated Apr 4, 2024
  • JavaScript

This repository contains a PHP function named findCommonElements that takes two arrays as input and returns an array containing the common elements between them. The function without use of array_intersect to identify and extract the common elements efficiently.

  • Updated Mar 21, 2024
  • PHP

This repository contains a custom PHP function for retrieving unique values from an array without relying on built-in PHP functions like array_unique(). The function utilizes a straightforward algorithm to identify and collect only the unique elements present in the input array.

  • Updated Mar 21, 2024
  • PHP

Decided to create a good project that will help the community to have an in-depth knowledge on how to use "for loop" on javascript.however,this project will go a long way for anyone who's interested to understand how looping works also making use of it effectively.

  • Updated Mar 19, 2024
  • JavaScript

Improve this page

Add a description, image, and links to the arrays-and-strings topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the arrays-and-strings topic, visit your repo's landing page and select "manage topics."

Learn more