JK's World
  • About Me
  • Projects
  • Medium's Posts
  • MLOps
  • YouTube
  • Misc

Hi 👋


Python, Javascript, MLOps

Not everything in JavaScript is an object, how?

Everything in JavaScript is or act like an object

Posted on January 6, 2015

Not everything in JavaScript is an object, how? Most of the time we have heard that everything in JS is an object which is not true. Let me prove it through an example. var name = "jitendra"; name.hi = "hi"; console.log(name.hi); //it will print undefined It means we are not... [Read More]

How to access arguments inside an empty function in JS?

Importance of keyword _arguments_

Posted on January 5, 2015

1.How to access arguments inside an empty function in JS? Eventhough the function declared is an empty function, we can pass the arguments to that function and access those arguments inside an empty function, simply by using keyword arguments. For example var car = function() { console.log("Arguments of this function... [Read More]
  • ← Newer Posts

Jitendra Kasaudhan  •  2023  •  https://jkasaudhan.github.io/

Theme by beautiful-jekyll