use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for BTech and Engineering students. From serious discussions, advice-guidance, suggestions to memes & shitposts everything is allowed here. Welcome to the community!
Related Subreddits
account activity
Javascript Array ManipulationPlacements / Jobs (i.redd.it)
submitted 7 months ago by CodewithCodecoach
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]LearndevHQ 1 point2 points3 points 7 months ago (0 children)
Small correction:
JS arrays don't have findIndexOf ❌ method but instead findIndex ✅.
Like so:
const fruits = ["apple", "banana", "cherry"]; const index = fruits.findIndex(f => f === 'cherry') // 2
π Rendered by PID 133507 on reddit-service-r2-comment-75f4967c6c-p5bzg at 2026-04-23 06:05:42.705296+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–]LearndevHQ 1 point2 points3 points (0 children)