GithubHelp home page GithubHelp logo

hyf-javascript1's People

Contributors

hackoor83 avatar

Watchers

 avatar

hyf-javascript1's Issues

Feedback homework week 2

Hi Sam, here is my feedback on your homework.

request 1

  • It is nice that you start each exercise with an intro console.log and blank lines in between. Just a tip how to embed blank lines in a string:

    You can replace:

console.log("");
console.log("This is the Step 3 of Week's 2 homework of JavaScript module:");
console.log("");

with:

console.log("\nThis is the Step 3 of Week's 2 homework of JavaScript module:\n");

The \n escape sequence is replaced by a 'new line' character.

  • You will probably have noticed that the Arabic text is correct right-to-left in VSCode but print incorrectly as left-to-right in the console. In web applications with HTML it will be displayed correctly.

request 3

  • Here you were supposed to console.log the value of x after declaring but before initialising it. Then you would have found its value to be undefined.

request 5

  • When using the if statement, what will you do if the value of z is exactly equal to the value of a?

request 7

  • There should be a space between 16 and characters.

request 8

  • I like to real-life topic you have chosen for this exercise. Pay attention to spelling errors (you did install the Spell Checker extension in VSCode, right?). In line 115 the word examin is flagged as incorrectly spelled. Of course, I don't mind the non-English words that the spelling checker flags.

request 10

  • What do you mean with grammarly?

Overall, I think you have done a wonderful job. Your code is well formatted and 100% correct. Well done!

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.