TCS Technical Question On Javascript

Поділитися
Вставка
  • Опубліковано 18 жов 2024

КОМЕНТАРІ • 11

  • @mustqeemmulla3316
    @mustqeemmulla3316 5 місяців тому

    true

  • @vikasjaiswal4243
    @vikasjaiswal4243 2 роки тому +1

    Nice, can't wait for your new video, lots of love from aur side ❤️❤️

  • @WebDeveloperGuide
    @WebDeveloperGuide 2 роки тому +2

    lets see in detail.
    first it will compare 60>50 which return true.
    now it will compare true>0, here true is similar to value 1, so 1 > 0 will return true
    so answer is true.

  • @sarkari-mahiti
    @sarkari-mahiti 2 роки тому +1

    Ans: True

  • @PIYUSH-lz1zq
    @PIYUSH-lz1zq 2 роки тому

    mam , can you make real world interview question . i was asked to code in js or react that is comment systerm , drag and drop funtionaliy, advance filter, to code folder structure in js that is when clicking a root folder its sub folder should appear similary clicking its sub-folder its sub-folder should open .These functionality were asked to code in my interview !

  • @rulebraker1299
    @rulebraker1299 2 роки тому +1

    Mam can we even expect some interview video also on this?

  • @CK-ir2ke
    @CK-ir2ke 2 роки тому +1

    60>50 true means 1,false means 0 so 1>0 true 👍