Category: Technology

Showing all posts with category Technology

December 11, 2024
1 Views   0 Likes

Some notes to review

$arr=[2,5,6,7,8,94,5,3]; $x = array_count_values($arr); $arr=["php",'react','nextjs','tailwind','php','react']; $y = array_count_values($arr); p...

October 15, 2023
0 Views   0 Likes

Online Coding Platform

As of my last update in September 2021, there are several excellent websites where you can practice coding online. These platforms offer various progr...

March 23, 2024
183 Views   0 Likes

Javascript : Coding Challenge

  Note: If the number is a multiple of both 3 and 5, only count it once. References : codewars ,leetcode and others  ...

Showing 8 results of 43 — Page 4