Giter VIP home page Giter VIP logo

candytale55 / profile-lookup__fcc_js Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 4 KB

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.

JavaScript 100.00%
javascript code-examples javascript-functions hasownproperty javascript-loops freecodecamp

profile-lookup__fcc_js's Introduction

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.

General info

The purpose of the project is just personal learning. I may revisit this code to find different solutions or to apply it under other context.

Description

Array objects represents different people in our contacts lists.

lookUpProfile function takes name and a property (prop) as arguments. The function checks if name is an actual contact's firstName and the given property (prop) is a property of that contact.

  • If both are true, returns the "value" of that property.
  • If name does not correspond to any contacts then returns the string "No such contact".
  • If prop does not correspond to any valid properties of a contact found to match name, it returns the string "No such property".

To-do list:

  • Do the same in Python.
  • There're other possible solutions, one using for...in syntax - ref here.

Technologies

  • Javascript ES6

Setup

NA - It's only coding examples, there's no setup.

Status

Project is: in progress, - Kept for reference.

References

Based on FreeCodeCamp's excercises. Profile Lookup on JavaScript Algorithms and Data Structures certification, Basic JavaScript section.

profile-lookup__fcc_js's People

Contributors

candytale55 avatar

Watchers

 avatar  avatar

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.