Projects in Awesome Lists tagged with javascript-functions
A curated list of projects in awesome lists tagged with javascript-functions .
https://github.com/ganqqwerty/123-essential-javascript-interview-questions
JavaScript interview Questions
coding-challenge coding-interview coding-interviews frontend-interview inherited-properties interview-questions javascript javascript-functions javascript-interview-question referenceerror
Last synced: 14 May 2025
https://github.com/ganqqwerty/123-Essential-JavaScript-Interview-Questions
JavaScript interview Questions
coding-challenge coding-interview coding-interviews frontend-interview inherited-properties interview-questions javascript javascript-functions javascript-interview-question referenceerror
Last synced: 27 Mar 2025
https://github.com/dg92/Performance-Analysis-JS
Map/Reduce/Filter/Find Vs For loop Vs For each Vs Lodash vs Ramda
benchmarking es6 filter find functional-programming javascript javascript-functions lodash lodash-analysis map perfromance ramda ramdajs reduce
Last synced: 29 Apr 2025
https://github.com/omariosouto/animusjs
:fireworks: AnimusJS is the solution for combine JS and CSS animations.
css-animations javascript-functions javascript-library trigger user-scrolls
Last synced: 04 Sep 2025
https://github.com/ace411/bingo-functional-js
A JavaScript port of the bingo-functional library.
bingo-functional-js es6 functional-javascript functional-js functional-programming functors helper-functions javascript javascript-functions javascript-library monads
Last synced: 13 Mar 2025
https://github.com/jweinst1/royalscript
A functional programming language that's Royal.
functional-languages javascript-functions
Last synced: 22 Apr 2025
https://github.com/pedroeuzebiodev/log-prog-tii-ifce
Repositório da Disciplina de Lógica de Programação do Curso de Técnico em Informática para Internet do IFCE
disciplina ifce javascript javascript-algorithms javascript-algorithms-and-data-structures javascript-array javascript-array-methods javascript-data-structures javascript-data-types javascript-es6 javascript-functions javascript-jest javascript-methods javascript-objects javascript-package javascript-regex javascript-vanilla javascript-variables js logica-de-programacao
Last synced: 12 Apr 2025
https://github.com/itsproali/web-calculator
This is a Simple Calculator. By using this calculator, you can be done your necessary time-eater calculation easily. Of course, it's not an advanced calculator. You can do these things easily below: 1. Addition, 2. Subtraction, 3. Multiply, 4. Division, 5. Decimal Math ..... etc.
css3 css3-grid eval html5 itsproali javascript javascript-calculator javascript-functions mohammad-ali programming-hero web-calculator web-calculator-application web-development
Last synced: 14 Apr 2025
https://github.com/outsourcedguru/raspi-temp
JavaScript functions to query the Raspberry Pi's CPU and/or GPU temperature in celsius or fahrenheit
celsius cpu fahrenheit javascript-functions nodejs raspberry-pi temperature-sensor
Last synced: 19 Feb 2025
https://github.com/smilevp/day-5-task
Performed certain operation using different types of functions
Last synced: 23 Feb 2025
https://github.com/lluispp/s2.1-basic_js_exercises-n.iii
Basic exercises using Javascript
javascript javascript-functions
Last synced: 26 Feb 2025
https://github.com/candytale55/record-collection_fcc_js
Function updateRecords keeps updated your musical album collection represented by a JSON object. Each album has a unique id number as its key and several other properties like artist or tracks.
freecodecamp hasownproperty javascript javascript-functions record-collection
Last synced: 31 Mar 2025
https://github.com/candytale55/profile-lookup__fcc_js
FCC exercise to learn functions. lookUpProfile() function takes a name and a property (_prop_) as arguments and checks if name is an actual contact's firstName and the given property (prop) is a property of that contact.
code-examples freecodecamp hasownproperty javascript javascript-functions javascript-loops
Last synced: 31 Mar 2025
https://github.com/candytale55/javascript_function_examples-basic
Examples of many ways to create a function. Codecademy course notes.
code-examples codecademy javascript-functions
Last synced: 31 Mar 2025
https://github.com/philippemarcmeyer/javascriptstuff
Useful javascript functions
javascript-functions localstorage
Last synced: 25 Mar 2025
https://github.com/skykery/selector-finder
Jquery or Javascript functions
javascript-functions jquery selector-finder
Last synced: 19 Feb 2025
https://github.com/sujon-ahmed/javascript-countdown
Project live link
css3 html5 javascript javascript-functions javascript-timer
Last synced: 13 Jun 2025
https://github.com/sujon-ahmed/digital-clock
In this repository, I will design Digital-Clock using html5, css3, javascript. if you create digital-clock then clone this repository.
css3 digital-clock html5 javascript javascript-functions
Last synced: 21 Feb 2025
https://github.com/andrewhamerly/payroll-tracker
Used to add several employees along with their salary to a table while proving the average salary and a random drawing winner from the employees array.
css html javascript javascript-functions javascript-fundamentals javascript-vanilla
Last synced: 07 Oct 2025
https://github.com/03-bunny-06/find-anything
Find Anything is one stop for all the simple calculations. This application is a collection of calculators built with HTML, CSS, and JavaScript to handle various mathematical and financial computations interactively.
css html html-css-javascript html5 javascript javascript-functions
Last synced: 19 Oct 2025
https://github.com/abulfozoljumman/javascript-function-and-object
JavaScript Function and Object
javascript javascript-functions javascript-object
Last synced: 21 Feb 2025
https://github.com/candytale55/counting_cards_fcc_js
Card counting function that increments or decrements a global count variable according to the card's value on a table of values. Returns a string with the current count and the string "Bet" if the count is positive, or "Hold" if the count is zero or negative.
code-practice counting-cards freecodecamp javascript javascript-functions
Last synced: 09 Sep 2025
https://github.com/micahondiwa/rock_paper_scissors
A simple implementation of rock paper scissors game with Javascript.
dom-manipulation javascript-functions queryselector
Last synced: 03 Apr 2025
https://github.com/martapolii/javascript-practice
Focusing on JavaScript and its advanced features like OOP, DOM manipulation, AJAX, and jQuery. Includes hands-on practice and implementation of dynamic web applications.
ajax bom client-side-scripting dom dynamic-web-application javasc javascript-arrays javascript-events javascript-form-validation javascript-functions jquery mobile-support web-storage
Last synced: 02 Mar 2025
https://github.com/xander1936/weather-app
The Weather-App is a javascript web application Project proposed and realized in the course entitled The Ultimate JavaScript Course for Beginners of The Clever Programmer path to get weather data from a free weather rest-api openweathermap and display it in our user interface. Here we learned how to manipulate rest-apis.
api-rest await css fetch-api html javascript javascript-functions json json-api response
Last synced: 28 Jun 2025
https://github.com/xander1936/netflix-clone
Netflix Clone is a clone of the Netflix website made in javascript. Project proposed and realized in the course entitled The Ultimate JavaScript Course for Beginners of The Clever Programmer path. Here we learned the manipulation of classes, dynamic functions with apis call, javascript methods and conditions.
apis apis-fetch conditions css dynamic-functions html if-else javascript javascript-functions javascript-methods
Last synced: 28 Jun 2025
https://github.com/xander1936/banks-class
This is a small banking application for calculating deposits and withdrawals. In this application we learn how to use Classes (the Bank class in this case), manipulate the DOM and capture events using the .onclick() javascript method.
classes-and-objects conditions dom-manipulation else-if if-else javascript-functions javascript-methods template-literals
Last synced: 28 Jun 2025
https://github.com/xander1936/fightinggame
Fighting Game is a javascript game from Project realized in the course entitled The Ultimate JavaScript Course for Beginners of The Clever Programmer path that pits two protagonists against each other by inflicting direct damage on each other's health points and each having a special healing function. Here we learned how to handle classes.
class click css dom-manipulation eventlisteners events functions html javascript javascript-functions javascript-methods keyboard sounds
Last synced: 30 Jul 2025
https://github.com/ilyakotsar/base-js
Basic functions for HTML.
html htmx javascript javascript-functions javascript-library js js-functions js-library
Last synced: 15 Aug 2025