Skip to content

Instantly share code, notes, and snippets.

View seanmccorkle1's full-sized avatar

Sean Mccorkle seanmccorkle1

View GitHub Profile
@seanmccorkle1
seanmccorkle1 / export1.js
Created June 18, 2024 02:16
link this with a href
function sum(a, b) {
return a + b;
}
var countCompleteDayPairs = function(hours_array) {
// let index=
let c = 0;
for (let index = 0; index < hours_array.length; index++) {