Muskan Gupta
184 posts

Muskan Gupta
@MuskanGupta__10
CS Engineer || Full stack developer || MERN || DSA
Kolkata Katılım Şubat 2024
149 Takip Edilen100 Takipçiler

@MuskanGupta__10 Hey hii !
Working as a backend developer intern.lets connect
English

I want to start contributing to open source.....any tips?
#begginerHere
English

@JvShah124 I think it's a great innovation...to be with our loved ones when they aren't with us
English

@Misba8069 All the best...reply aaye to let me know as well...ki kya hua aage
English

@_tojammelhoque I don't have any one particular source...but if u want i can share some with you
English

greetFunction is assigned the greet function from the person object, but it's invoked without any context. This means that greetFunction() is called independently, without being preceded by an object reference like person.greet().
Muskan Gupta@MuskanGupta__10
#Day4_of_js_snippets What will be the output?
English

@MuskanGupta__10 Wanna connect with this new javascript learner (learning full stack)
English

@JvShah124 @figma @dribbble @Behance @flutterflow I really like your designs...btw which tool you use for recording?
English


@Misba8069 Hii... check this out
twitter.com/MuskanGupta__1…
Muskan Gupta@MuskanGupta__10
greetFunction is assigned the greet function from the person object, but it's invoked without any context. This means that greetFunction() is called independently, without being preceded by an object reference like person.greet().
English

@MuskanGupta__10 Hello, undefined :)
But why it is undefined tho ?
English

@AdityaJiwane Hi... check out this post
twitter.com/MuskanGupta__1…
Muskan Gupta@MuskanGupta__10
greetFunction is assigned the greet function from the person object, but it's invoked without any context. This means that greetFunction() is called independently, without being preceded by an object reference like person.greet().
English

@MuskanGupta__10 It doesn't work that way, it use to give order for overlapping layers, I'm facing tht, both text and image need absolute position when writing on the image. Only text's absolute position doesn't work, causing another component's content to hide behind the image until pstn abslute
English

@MuskanGupta__10 We can bind the function to person object to get the desired output
English

As a result, the context (this) inside greetFunction is not tied to the person object. Instead, it defaults to the global object (or undefined in strict mode).Therefore, this.name inside greetFunction refers to name in the global scope, which is not defined.
English









