Eusebius (Eliseo76)

Eliseo76

Geek Repo

0

followers

0

following

0

stars

Location:Forth Worth

Github PK Tool:Github PK Tool

Eusebius's repositories

Language:JavaScriptStargazers:0Issues:2Issues:0

Binary2Sentence

Return an English translated sentence of the passed binary string. The binary string will be space separated.

Language:JavaScriptStargazers:0Issues:2Issues:0

blogApp

My Blog learning app

Language:JavaScriptStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0

dropit

Given the array arr, iterate through and remove each element starting from the first element (the 0 index) until the function func returns true when the iterated element is passed through it. Then return the rest of the array once the condition is satisfied, otherwise, arr should be returned as an empty array.

Language:JavaScriptStargazers:0Issues:2Issues:0
Stargazers:0Issues:2Issues:0
Language:HTMLStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:0Issues:0

Lcm

Least Common Multiple using prime factorization on a array of 2 numbers, Objective : Find the smallest common multiple of the provided parameters that can be evenly divided by both, as well as by all sequential numbers in the range between these parameters. The range will be an array of two numbers that will not necessarily be in numerical order. For example, if given 1 and 3, find the smallest common multiple of both 1 and 3 that is also evenly divisible by all numbers between 1 and 3. The answer here would be 6.

Language:JavaScriptStargazers:0Issues:2Issues:0

LeastCommonMultiple

LCM by Prime Factorization

Stargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0

main

init commit

Language:JavaScriptStargazers:0Issues:1Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0

PhoneVal

Return true if the passed string looks like a valid US phone number. The user may fill out the form field any way they choose as long as it has the format of a valid US number. The following are examples of valid formats for US numbers (refer to the tests below for other variants): 555-555-5555 (555)555-5555 (555) 555-5555 555 555 5555 5555555555 1 555 555 5555 For this challenge you will be presented with a string such as 800-692-7753 or 8oo-six427676;laskdjf. Your job is to validate or reject the US phone number based on any combination of the formats provided above. The area code is required. If the country code is provided, you must confirm that the country code is 1. Return true if the string is a valid US phone number; otherwise return false.

Language:JavaScriptStargazers:0Issues:2Issues:0

questionaire

Funny Website made for whiners

Language:HTMLLicense:MITStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0
Stargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0
Language:JavaScriptStargazers:0Issues:2Issues:0
Stargazers:0Issues:2Issues:0

TestSite

This is only a test.

Language:HTMLLicense:GPL-2.0Stargazers:0Issues:2Issues:0

truthy

Intermediate Algorithm Scripting: Everything Be TruePassed Check if the predicate (second argument) is truthy on all elements of a collection (first argument). In other words, you are given an array collection of objects. The predicate pre will be an object property and you need to return true if its value is truthy. Otherwise, return false. In JavaScript, truthy values are values that translate to true when evaluated in a Boolean context. Remember, you can access object properties through either dot notation or [] notation.

Language:JavaScriptStargazers:0Issues:2Issues:0

WebDeveloperLearning

Me Learning stuff and not losing it ;)

Language:JavaScriptLicense:GPL-2.0Stargazers:0Issues:2Issues:0