Coder Social home page Coder Social logo

hyf-javascript's People

Contributors

naghamfarwati avatar

Watchers

 avatar

hyf-javascript's Issues

The Object Solution

Hey Nagham How are you,
As i said it's simple to get solve the object issue, and as Mr. Jim has said yeah it's the best way to get the object as what you did.
Actually i played around the code and i solved it, not really big issue just want some focusing you will find the solution Here AND Live Here.
Good Luck ๐Ÿ‘

Feedback Week 3 DOM Manipulation

Hi Nagham,

I have taken your version of the homework and adapted it a bit to make it closer to what was asked in the homework assignment. In particular, your books array was supposed to be an object (see step 4 in the assignment). Although this does not make much difference for the end-result (your web page looks fine), it is a deviation from the assignment. My adapted version is here: https://github.com/remarcmij/class12-js/tree/master/week3/nagham-dom.

P.S. I still see some var's in your code. While not wrong, we recommend let and const over var.

Feedback week 6

hey Nagham,

good job u have done well, but you have 2 issues in your code in line 20 and 23
what u should do is to call the callback not the function

if (i % 3 === 0) {
threeCallback(i);
}

good luck

Feedback Strings & Arrays week 3

Hi Nagham,

The one remark which I would like to make is about adding a new method to the Array prototype. While I commend you for grasping the underlying concept this is not normally something you should do in your own code.

When you start to write larger applications you will be using third-party libraries of JavaScript code. By adding or changing the prototype of a built-in JavaScript object this change or addition is not limited to your own piece of JavaScript but is visible to all other running JavaScript code (it is in the global scope). So you cannot predict how your change will affect third-party code. It is best to avoid this situation altogether.

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.