Logo

Code Snippets

28 useful snippets across 13 languages

6 snippets found

Reverse a String

Reverse any string in one line.

stringutility

Check Palindrome

Check if a string reads the same backwards.

stringvalidation

Remove Duplicates from Array

Clean an array removing duplicate values.

arrayutility

Fibonacci Sequence

Generate Fibonacci numbers up to n terms.

algorithmmath

Factorial

Calculate factorial using recursion.

mathrecursion

Fetch API with Async/Await

Make HTTP requests using modern async/await.

apiasync