Skip to content Navigation Menu Toggle navigation Sign in Appearance settings PlatformAI CODE CREATIONGitHub CopilotWrite better code with AIGitHub Copilot appDirect agents from issue to mergeMCP RegistryNewIntegrate external toolsDEVELOPER WORKFLOWSActionsAutomate any workflowCodespacesInstant dev environmentsIssuesPlan and track workCode ReviewManage code changesAPPLICATION SECURITYGitHub Advanced SecurityFind and fix vulnerabilitiesCode securitySecure your code as you buildSecret protectionStop leaks before they startEXPLOREWhy GitHubDocumentationBlogChangelogMarketplaceView all featuresSolutionsBY COMPANY SIZEEnterprisesSmall and medium teamsStartupsNonprofitsBY USE CASEApp ModernizationDevSecOpsDevOpsCI/CDView all use casesBY INDUSTRYHealthcareFinancial servicesManufacturingGovernmentView all industriesView all solutionsResourcesEXPLORE BY TOPICAISoftware DevelopmentDevOpsSecurityView all topicsEXPLORE BY TYPECustomer storiesEvents & webinarsEbooks & reportsBusiness insightsGitHub SkillsSUPPORT & SERVICESDocumentationCustomer supportCommunity forumTrust centerPartnersView all resourcesOpen SourceCOMMUNITYGitHub SponsorsFund open source developersPROGRAMSSecurity LabMaintainer CommunityAcceleratorGitHub StarsArchive ProgramREPOSITORIESTopicsTrendingCollectionsEnterpriseENTERPRISE SOLUTIONSEnterprise platformAI-powered developer platformAVAILABLE ADD-ONSGitHub Advanced SecurityEnterprise-grade security featuresCopilot for BusinessEnterprise-grade AI featuresPremium SupportEnterprise-grade 24/7 supportPricing Search or jump to... Search code, repositories, users, issues, pull requests... Search Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Saved searches Use saved searches to filter your results more quickly Name Query To see all available qualifiers, see our documentation. Sign in Sign up Appearance settings Resetting focus You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} mehediislamripon / Problem-solving-with-JavaScript Public Notifications You must be signed in to change notification settings Fork 3 Star 4 Code Issues 0 Pull requests 0 Actions Projects Security and quality 0 Insights Additional navigation options Code Issues Pull requests Actions Projects Security and quality Insights mehediislamripon/Problem-solving-with-JavaScript masterBranchesTagsGo to fileCodeOpen more actions menuFolders and filesNameNameLast commit messageLast commit dateLatest commit History60 Commits60 Commits.vscode.vscode README.mdREADME.md problem-1.jsproblem-1.js problem-10.jsproblem-10.js problem-11.jsproblem-11.js problem-12.jsproblem-12.js problem-13.jsproblem-13.js problem-14.jsproblem-14.js problem-15.jsproblem-15.js problem-16.jsproblem-16.js problem-17.jsproblem-17.js problem-18.jsproblem-18.js problem-19.jsproblem-19.js problem-2.jsproblem-2.js problem-20.jsproblem-20.js problem-21.jsproblem-21.js problem-22.jsproblem-22.js problem-23.jsproblem-23.js problem-24.jsproblem-24.js problem-25.jsproblem-25.js problem-26.jsproblem-26.js problem-27.jsproblem-27.js problem-28.jsproblem-28.js problem-29.jsproblem-29.js problem-3.jsproblem-3.js problem-30.jsproblem-30.js problem-31.jsproblem-31.js problem-32.jsproblem-32.js problem-33.jsproblem-33.js problem-34.jsproblem-34.js problem-35.jsproblem-35.js problem-36.jsproblem-36.js problem-37.jsproblem-37.js problem-38.jsproblem-38.js problem-39.jsproblem-39.js problem-4.jsproblem-4.js problem-40.jsproblem-40.js problem-41.jsproblem-41.js problem-42.jsproblem-42.js problem-43.jsproblem-43.js problem-44.jsproblem-44.js problem-45.jsproblem-45.js problem-46.jsproblem-46.js problem-47.jsproblem-47.js problem-5.jsproblem-5.js problem-6.jsproblem-6.js problem-7.jsproblem-7.js problem-8.jsproblem-8.js problem-9.jsproblem-9.js View all filesRepository files navigationREADMEAvailable Problems: S.no Description Problem - 1 Prove that Array is also an Object in JavaScript Problem - 2 Display pyramid of number using JavaScript Problem - 3 Show current month, date, day in Javascript Problem - 4 Convert English number to Bangla in Javascript Problem - 5 Check the String is vowel or not Problem - 6 Function which returns a random number in the given range Problem - 7 Write a program to reverse a string Problem - 8 Write a program to reverse a given integer number Problem - 9 Write a function which can convert the time input given in 12 hours format to 24 hours format Problem - 10 Write a function to truncate a string to a certain number of words Problem - 11 Create a regular expression to validate if the given input is valid Indian mobile number or not Problem - 12 Write a function which accepts two valid dates and returns the difference between them as number of days Problem - 13 Write a function to check if an object is empty or not in javaScript? Problem - 14 Write a function to remove array element based on object property? Problem - 15 Get the Middle Character Problem - 16 Generate random boolean in JavaScript Problem - 17 Find the largest number in Javascript Problem - 18 Copy an Object deeply Problem - 19 Get Url Parameters Problem - 20 Detect device types Problem - 21 Return the total of all the records' scores - GameOf11 Problem - 22 Check the number is Palindrome or not Problem - 23 Create a function that receives a string "abcbdbd", and returns an array like: ["a", "a.b", "a.b.c", "a.b.c.b", "a.b.c.b.d", "a.b.c.b.d.b", ...] Problem - 24 Find your crushes phone number Problem - 25 Plus One - 66.LeetCode - Easy Problem - 26 Linear Search implementation with JS Problem - 27 Binary Search implementation with JS Problem - 28 Make a unique random string generator - uuid alternative lite Problem - 29 Given a set of numbers, return the additive inverse of each. Each positive becomes negatives, and the negatives become positives Problem - 30 Thinkful-Logic Problem - 31 You Need Only One Problem - 32 Repeat str Problem - 33 average of an array Problem - 34 Reverse numbers Problem - 35 A needla in haystack Problem - 36 Rock Paper Scissors Problem - 37 sum of an array Problem - 38 biggest number of an array Problem - 39 sum of n numbers with one argument Problem - 40 Vowel and Consonant Problem - 41 Find month name. Problem - 42 Multiplication table. Problem - 43 Fibonacci Problem - 44 swap Problem - 45 max two numbers Problem - 46 Sort an Array without using any built-in functions Problem - 47 Binary Search About Here are available some significant JavaScript problems and solutions. Topics javascript problem-solving hacktoberfest problemsolving javascript-problem-solving javascript-programs problem-solving-javascript important-javascript-programs Resources Readme Uh oh! There was an error while loading. Please reload this page. Activity Stars 4 stars Watchers 1 watching Forks 3 forks Report repository Releases No releases published Packages 0 Uh oh! There was an error while loading. Please reload this page. Contributors Uh oh! There was an error while loading. Please reload this page. Languages JavaScript 100.0% You can’t perform that action at this time.
Available Problems: S.no Description Problem - 1 Prove that Array is also an Object in JavaScript Problem - 2 Display pyramid of number using JavaScript Problem - 3 Show current month, date, day in Javascript Problem - 4 Convert English number to Bangla in Javascript Problem - 5 Check the String is vowel or not Problem - 6 Function which returns a random number in the given range Problem - 7 Write a program to reverse a string Problem - 8 Write a program to reverse a given integer number Problem - 9 Write a function which can convert the time input given in 12 hours format to 24 hours format Problem - 10 Write a function to truncate a string to a certain number of words Problem - 11 Create a regular expression to validate if the given input is valid Indian mobile number or not Problem - 12 Write a function which accepts two valid dates and returns the difference between them as number of days Problem - 13 Write a function to check if an object is empty or not in javaScript? Problem - 14 Write a function to remove array element based on object property? Problem - 15 Get the Middle Character Problem - 16 Generate random boolean in JavaScript Problem - 17 Find the largest number in Javascript Problem - 18 Copy an Object deeply Problem - 19 Get Url Parameters Problem - 20 Detect device types Problem - 21 Return the total of all the records' scores - GameOf11 Problem - 22 Check the number is Palindrome or not Problem - 23 Create a function that receives a string "abcbdbd", and returns an array like: ["a", "a.b", "a.b.c", "a.b.c.b", "a.b.c.b.d", "a.b.c.b.d.b", ...] Problem - 24 Find your crushes phone number Problem - 25 Plus One - 66.LeetCode - Easy Problem - 26 Linear Search implementation with JS Problem - 27 Binary Search implementation with JS Problem - 28 Make a unique random string generator - uuid alternative lite Problem - 29 Given a set of numbers, return the additive inverse of each. Each positive becomes negatives, and the negatives become positives Problem - 30 Thinkful-Logic Problem - 31 You Need Only One Problem - 32 Repeat str Problem - 33 average of an array Problem - 34 Reverse numbers Problem - 35 A needla in haystack Problem - 36 Rock Paper Scissors Problem - 37 sum of an array Problem - 38 biggest number of an array Problem - 39 sum of n numbers with one argument Problem - 40 Vowel and Consonant Problem - 41 Find month name. Problem - 42 Multiplication table. Problem - 43 Fibonacci Problem - 44 swap Problem - 45 max two numbers Problem - 46 Sort an Array without using any built-in functions Problem - 47 Binary Search