Skip to content

Latest commit

 

History

History

w3resource-JS

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

w3resource JS problems I've completed and attempted.

Completed

Problem Completed Code Link
All String Combinations 04-Sep-2018 Problem

Need to Revisit

Problem Revisited Code Link
Problem name dd-MMM-yyyy [Problem](Update link after commit)

Useful Editing Info

Problem Folder Structure

##_Problem-name
  ##_Problem-name.js  -- contains only solution code
  ##_Notes.md         -- working notes, comments and scratch code
  README.md           -- problem statement, page link, and pertinent dates

Competed Problem Commit Flow

  1. Correct Answer
  2. Snapshot of completion → png
  3. Update Local readme with date and completion number
  4. Move problem directory to 'Completed'
  5. Commit
  6. Update main readme link
  7. Final problem commit

Sample Multi-line Commit Message

git commit -m "Added Attempting, Completed, and Template folders"
-m "To Attempting

04_Largest-palindrome-product
05_Smallest-multiple
07_10001st-prime
08_Largest-product-in-a-series
09_Special-pythagorean-triplet

To Completed
01_Sum-of-multiples-of-3-and-5
02_Even-fibonacci-numbers
06_Sum-square-difference

To Template
Base folder, js, and md folder templates"

How a message committed like this looks