Coder Social home page Coder Social logo

mod_0_skills's Introduction

Hi, I'm Ben!

linkedin logo gmail logo

ben prat github stats

github top languages used

Languages and Tools:

โšก What I like to do:

  • Enjoy cooking meals of all cuisine types ๐Ÿฝ
  • Strength training and fitness ๐Ÿ‹๐Ÿป
  • Former wine professional ๐Ÿท
  • Traveling ๐ŸŒŽ
  • Live music ๐ŸŽค

mod_0_skills's People

Contributors

benjaminprat avatar

Watchers

 avatar

mod_0_skills's Issues

Assessment Results

@benjaminprat - Hi Ben, you performed well enough on this assessment to merit a chance to make some changes that can promote you to technical ready. Please make the following updates by EOD Tuesday:

  • Please review and match all data types stipulated in your class attributes with that of the instance attribute values. For example, in the class ManagementTeam you have an attribute of isSommelierCertified with a data type of boolean. However your instance DelFrisco's attribute isSommelierCertified is set to "yes" (string data type). Data types need to match up for both classes and their instances.

  • You have duplicate naming for attributes and method names within the ManagmentTeam class. The attribute isSommelierCertified is a good name that implies a boolean value. However, to also have a method with the same name is bad practice (and will trigger an error when coding) - why not use the action verb for the method name such as certifySommelierStatus or something similar?

  • Also, within the ManagementTeam class, the vacationRequest attribute is set to an array, but the instance values show date strings as well ("March 31", "June 1"). Would it be better to set the vacationRequest attribute to an object with key-value pairs? For example:

vacationRequest: { 'March 31': ['Jennifer', 'Tom'], 'June 1': ['Tony'], 'June 2': ['Anne'] }
  • Please review and update your answer for exercise 9 of part 3, on variable declaration.

Write a line of code that removes the first element from the songs array

Please reach out if you any questions on these updates, and let me know once they've been completed. Thanks!

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.