Skip to content

Instantly share code, notes, and snippets.

View jjsilas's full-sized avatar

Jherich Silas jjsilas

View GitHub Profile
@jjsilas
jjsilas / Create Item Pseudo Code
Created January 11, 2020 06:47
Shopping cart additional functions Pseudo Code
Create Item Pseudo Code
1. Create a jQuery function to listens for clicks on the submit button.

Check/Uncheck Items Pseudo Code
1. Create a jQuery function to check and un check new or existing items when the "Check" button is pressed.
2. The status of the check should be evaluated as checked or unchecked.
Delete Items Pseudo Code
1. Create a jQuery function to delete an item upon clicking the "Delete" button
2. The status of the delete needs to be verified.
@jjsilas
jjsilas / 1stmckinterview2ndtry
Last active December 23, 2019 09:01
Mock Interview Second Attept prep.
Dec 17
Create it git repo
created new repo in 4:26 second. - Starting from terminal.
created a new repo in 4:12 - Starting from terminal.
created a new repo in 3:16 - Starting from github.
key value pairs question. Updated to show all the key value pairs in the return.
write a function that accepts an array and returns the some from an argument.
@jjsilas
jjsilas / DOM traversal and manipulation
Created November 30, 2019 08:17
DOM traversal and manipulation Check Point 2
Interactive Web Apps Module
Five questions.
1 What is JQuery -
2 What can it do - It allows for the modification of the current html of the page being viewed.
3 Where can I use it - I can use it in the brower and via web based interfaces
4 What are is limitations -
5 Does it render the same in all browsers. - It does not each browsers has its own Document Object Model