Pinned Repositories
arrowFunctions
battleship
chaningArrowFunctions
Exercise: Below is a list of videos. By chaining a series of arrow functions, sums the total seconds of only the videos that include 'Code' as part of the title. const playList = [ { title: 'Learn to Code', dur: '5:34' }, { title: 'Learn to Code', dur: '2:33' }, { title: 'Learn to Skate', dur: '15:36' }, { title: 'Learn to Code', dur: '8:32' }, { title: 'Learn to Skate', dur: '10:17' }, { title: 'Learn to Skate', dur: '15:36' }, { title: 'Learn to Code', dur: '13:55' }, ];
coderad
Fully Responsive Website Devslopes Project
commandLineApp
Devslopes-Github-102-Remote-Repo
devslopessurvey
Devslopes Module 2 assignment
fccSass
Functions-Exercises-Solved
functions-practice-solved
devslopes functions practice
johnmarcb's Repositories
johnmarcb/functions-practice-solved
devslopes functions practice
johnmarcb/Functions-Exercises-Solved
johnmarcb/NodestoneTrioSolver
I am not the developer of this source. Just hosting it for convenience purposes. Source found here https://codepen.io/jen_/pen/NWxYLOY
johnmarcb/Devslopes-Github-102-Remote-Repo
johnmarcb/fccSass
johnmarcb/Responsive-website-project
johnmarcb/battleship
johnmarcb/chaningArrowFunctions
Exercise: Below is a list of videos. By chaining a series of arrow functions, sums the total seconds of only the videos that include 'Code' as part of the title. const playList = [ { title: 'Learn to Code', dur: '5:34' }, { title: 'Learn to Code', dur: '2:33' }, { title: 'Learn to Skate', dur: '15:36' }, { title: 'Learn to Code', dur: '8:32' }, { title: 'Learn to Skate', dur: '10:17' }, { title: 'Learn to Skate', dur: '15:36' }, { title: 'Learn to Code', dur: '13:55' }, ];
johnmarcb/arrowFunctions
johnmarcb/nodeCalculator
🛠 Requirements: Ask the user, "What operation would you like to perform?" Then the user enters one of these options: "/" "*" "-" "+" If the user enters an invalid character, print: "That is not a valid operation" and then restart the program After the user enters a valid operation, ask the user, "Please enter the first number" The user then enters any group of numbers. If the user enters something that is not a number, print: "This is not a number" and then re-ask the question After a valid number is entered, ask the user, "Please enter the second number". Perform the same error handling as before Then create a function to perform the proper math operation and print the result as: "The result is: X" where "X" is the actual result For example, if the user entered addition "+" and the first number was 3 and the second number was 4, the result printed would be: "The result is 7" NOTE: Please do not use the `eval()` method - it is never recommended.
johnmarcb/commandLineApp
johnmarcb/saas-project
Module 5 Saas Project
johnmarcb/project-saas
johnmarcb/google-results
Web Assignment - Google Results Clone
johnmarcb/sticky-footer
johnmarcb/coderad
Fully Responsive Website Devslopes Project
johnmarcb/mobile-form
Mobile Form Assignment
johnmarcb/tres-cards
johnmarcb/responsive-landing-page
johnmarcb/google-clone
Google Clone Project
johnmarcb/masonry
Masonry Assignment
johnmarcb/mini-website
Mini Website Assignment
johnmarcb/grid
Simple grid exercise showcase
johnmarcb/kayetube
Mytube Project with CSS and HTML only. No Javascript.
johnmarcb/mytubev2
This is my 2nd project Mytube designed with css
johnmarcb/devslopessurvey
Devslopes Module 2 assignment
johnmarcb/myfirstblog
This is my first blog assignment!
johnmarcb/myfavs
Devslopes module 1 assignment My Favourites
johnmarcb/gitRecipes
johnmarcb/git_test