JavaScript Learning Journal
This learning journal documents my journey through solving JavaScript challenges from several resouces including
Throughout this journal, I recorded code snippets, and discussed the insights I've gained along the way. It serves as a record of my progress and a resource for reflecting on my learning journey in JavaScript.
Table of contents for the JavaScript Learning Journal:
Digit Swapping function without converting it into a string This function determines if a number is the largest possible number that can be obtained by swapping its digits.
Longest consecutive sequence from an array This function finds the longest consecutive sequence of k strings concatenated together from the given array.
Strings containing numeric parts in ascending order This section provides two approaches to sort an array of strings based on their numeric parts.
Finds duplicate elements in the array This function finds elements occurring more than once in the given array and returns them in ascending order.
Last updated