DemonDaddy22 / web-dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web-dev

GitHub last commit GitHub commit activity GitHub repo size

This repository is a collection of various practice and challenge exercises related to JavaScript, CSS, HTML and web development. The challenge exercises can be accessed easily through this README file. To view/use any of the challenge in your browser, simply fork this project, open it up in your editor and browse to the desired challenge's directory. Then open the HTML file using a live server or by simply opening it in the browser.

List of challenges added so far:

  • Comparing Cases -> Implement a function which takes 2 character parameters and returns boolean value indicating whether the parameters have same casing or not.

  • Remove Delimiter -> Implement a function which takes a string parameter and returns a camel cased string after removing all the dash or underscore delimiters in the initial string.

  • Facebook Strings -> Implement a function that takes an array of name strings, and returns a string formatted like Facebook's likes system.

  • Bracket Pattern -> Implement a function that takes a string containing brackets, braces and/or parentheses, and returns a boolean value indicating whether the input pattern is balanced or not.

  • Split Into Pairs -> Implement a function that takes a string parameter, and returns an array containing pairs of characters. If last item has only 1 character, complete it with an underscore.

  • Primitives -> Implement numerous primitive level challenges from Sadanand Pai's GitHub

  • Functions -> Implement numerous function challenges from Sadanand Pai's GitHub

  • Objects -> Implement numerous objects challenges from Sadanand Pai's GitHub

About


Languages

Language:JavaScript 59.0%Language:HTML 14.5%Language:SCSS 8.0%Language:EJS 7.8%Language:CSS 7.7%Language:TypeScript 2.9%