Giter VIP home page Giter VIP logo

hyf-homework's People

Contributors

dependabot[bot] avatar ghofranebenhmaid avatar

Watchers

 avatar

hyf-homework's Issues

JS3Week1 HW feedback

Both API giphi and weather shows results and UI is good.
functionality is written very well, but the explanation in a few words in comments can give code more understanding. while naming files-: proper name to the file can also be good practice so that easy to identify the related file.
Overall "excellent" code and logic.

Homework Feedback JS1-week2

Something went wrong with your code . Please check .
Below is the feed back for the code which is uploaded :
Flight booking full name function - no need to write this function twice.

Event application

I don’t know why do you use “for ” here
for(var i=eventDay ; i>6;) - for is used when you want to do loop but I don’t see you used for that . Maybe you want to write like this:
var i=eventDay ;
if(i>6){
eventDay = eventDay-7;
i = eventDay;
}

Weather wear is incomplete.
Student Manger and Candy Helper is missing

JS3 Week2 Feedback

Beautiful work with graphics moving element one by one and all at once. Not only the code point of view but page refresh and both functionalities on click event, it was really nice to see beyond the programming (client expectation-side ) approach.

Promises resolve after set time: you made it very complicated, and it's not working either
rewrite time: this works but I felt it can be written in a more simple way.

Movies : very good. try to declare variables as const more than let.

overall very good job, Best wishes!

Movies folder script.js

looks like the code is not running,(so I was not able to see the output) plz confirm if it works on your side?
with first 2 short and long title ex. :
filter function can be used differently, you can directly compare the length of the title with a specific number.

Homework Feedback JS1-Week3

Good job 👍 . Everything looks good to me except only one task. Sorry to hear that you were sick.

ItemRemoval Task -
Task was removing random name using random method.
Here, you are choosing the position and removing it.
For removing random name from the array either you use for loop inside If statement or you can just check the index of the element which is matching then slice it.

Enjoy Coding 👍

Homework feedback - JS1- week1

Hi ,
Great job 🥇 . Everything looks fine for me. I can see you used "let" that's good. I have only one comment for you and that needs to fix.
Task - Goodboy-Oldboy (A dog age calculator)
I think you have not noticed the logic for dog year age calculation : " string out: "Your dog will be 10 human years old in 2027" or "Your dog will be 70 dog years old in 2027 ".

Homework feedback - HTML/CSS - week 3

Hi :)
Very good!
Html is only missing the name property a few placed
I like the css and you managed to create large and mobile friendly checkboxes and radio elements
Very nice animation to progress, Primary foxus is on the html for this homework
Great work!

HYF -Bay

Very good use of DOM, and nicely written JS code.
All functionalities works and shows the result as well.
suggestion :

<script src="hyfBayHelpers.js"></script>
<script src="main.js"></script>

in HTML file , its always better to specify these src at the top. (although everything is allow in JS.)

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.