Git Product home page Git Product logo

coinchanger's Introduction

Hi there ๐Ÿ‘‹

  • ๐Ÿ”ญ Iโ€™m currently working on Physics/Engineering related projects
  • ๐ŸŒฑ Iโ€™m currently learning data science
  • ๐ŸŒฑ Iโ€™m also learning cybersecurity (cyber security )
  • ๐Ÿ‘ฏ Iโ€™m looking to work and collaborate on projects
  • ๐Ÿค” Iโ€™m looking for help with one of my projects. Check out the repository called Hopen
  • ๐Ÿ’ฌ I'm open to business inquiries. Call me, 818-310-5698
  • ๐Ÿ“ซ How to reach me: [email protected]
  • ๐Ÿ˜„ Pronouns: he/him/his
  • โšก Fun fact: I can do backflips

Connect with me:

kevintah@yahoo.com

Languages and Tools:

git postman bash heroku python mysql sqlite

JavaScript Java C++ C Bash SQL

ML/DL

Pandas NumPy Scikit-Learn SciPy Matplotlib

OS

Linux Windows




Kevin Tah Njokom

ย Kevin Tah Njokom

coinchanger's People

Contributors

ibudiallo avatar kevintah avatar

Watchers

 avatar

Forkers

ibudiallo

coinchanger's Issues

Global states?

One issue that came when trying to debug the code is that each function calls modifies the state of the entire application. Meaning, if you call the functions in a different order, you get completely different values.

One recommendation is to have each function only modify local variables and return a value instead. Ex:

// Instead of this
var sum = 0;
function addNumber(num) {
    sum += num;
}

// let's use this

function addNumbers(a, b) {
    return a + b;
}
var sum = addNumbers(1, 2);

I hope this is helpful.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.