jurchiks Posted February 26, 2015 Report Share Posted February 26, 2015 Vai kāds moderis nevarētu visu šo huiņu/spamu izdzēst un atstāt tikai on-topic discussion? Nopietni, šis ir absolūti neproduktīvs offtopic. Quote Link to comment Share on other sites More sharing options...
codez Posted February 26, 2015 Report Share Posted February 26, 2015 (edited) Vēl nedaudz grūtāks: 3.uzdevums: [4][0] [2]-[4] [4]-{a:4} ??? [0]===[4] [4]/[10000] [4,0,4,1] [4,4][1]/[] [4,4][0][0] iespējamās atbildes: 1. ["nezinu",2,4] 2. 42 3. 4-2 4. {a:4,b:2} 5. 0 6. [4][4] 7. 4>0<4 8. 4/0/4 Pareizā atbilde veidojas, typecast-ojot izteiksmes atgriezto vērtību par stringu: [4][0] ->4 [2]-[4] ->-2 [4]-{a:4} ->NaN ??? [0]===[4] ->false [4]/[10000] ->0.0004 [4,0,4,1] ->4,0,4,1 [4,4][1]/[] ->Infinity [4,4][0][0] ->undefined Edited February 26, 2015 by codez Quote Link to comment Share on other sites More sharing options...
jurchiks Posted February 26, 2015 Report Share Posted February 26, 2015 Dynamic type (~1st world) problems... Quote Link to comment Share on other sites More sharing options...
jurchiks Posted February 26, 2015 Report Share Posted February 26, 2015 Tavu huiņu, tavu. Tu jau te visvairāk esi saspamojis. Quote Link to comment Share on other sites More sharing options...
codez Posted February 26, 2015 Report Share Posted February 26, 2015 ^^^ "Vai kāds moderis nevarētu šo huiņu/spamu izdzēst" Quote Link to comment Share on other sites More sharing options...
F3llony Posted February 26, 2015 Report Share Posted February 26, 2015 (edited) 3.uzdevums: [4][0] [2]-[4] [4]-{a:4} ??? [0]===[4] [4]/[10000] [4,0,4,1] [4,4][1]/[] [4,4][0][0] iespējamās atbildes: 1. ["nezinu",2,4] 2. 42 3. 4-2 4. {a:4,b:2} 5. 0 6. [4][4] 7. 4>0<4 8. 4/0/4 Pareizā atbilde veidojas, typecast-ojot izteiksmes atgriezto vērtību par stringu: [4][0] ->4 [2]-[4] ->-2 [4]-{a:4} ->NaN ??? [0]===[4] ->false [4]/[10000] ->0.0004 [4,0,4,1] ->4,0,4,1 [4,4][1]/[] ->Infinity [4,4][0][0] ->undefined Es vienīgais neredzu korelāciju starp "iespējamajām atbildēm" un "īstajām atbildēm"? T.i. piemēram, kā 8. 4/0/4 var norādīt uz undefined, ja 4/0 = Infi un Infi/4 ir Infy? 7. iespējamā atbilde vispār ir true, jo (4 > 0) = true un true/1 < 4. WTF?! Edited February 26, 2015 by F3llony Quote Link to comment Share on other sites More sharing options...
Mr.Key Posted February 26, 2015 Report Share Posted February 26, 2015 Atceros, ka kāds programmētājs kļuva par vadītāju. Domāja, ka būs jāapgūst daudz tehnisku nianšu, bet patiesība izrādījās pavisam savādāka – par viņa galveno studiju tematu kļuva psiholoģija. Quote Link to comment Share on other sites More sharing options...
codez Posted February 26, 2015 Report Share Posted February 26, 2015 (edited) Atceros, ka kāds programmētājs kļuva par vadītāju. Domāja, ka būs jāapgūst daudz tehnisku nianšu, bet patiesība izrādījās pavisam savādāka – par viņa galveno studiju tematu kļuva psiholoģija.Kamēr esi programmētājs, tev jāprogrammē skaitļotāji. Kad kļūsti par vadītāju, jāsāk programmēt tos, kas programmē tos skaitļotājus - tātad cilvēkus un tur jau galvenā reference būs dažādas psiholoģijas zināšanas. P.S. Bet būtībā jau psiholoģija arī tāda tehniska nozare, tikai tā tehnika cita. Edited February 26, 2015 by codez Quote Link to comment Share on other sites More sharing options...
php newbie Posted February 26, 2015 Report Share Posted February 26, 2015 Es vienīgais neredzu korelāciju starp "iespējamajām atbildēm" un "īstajām atbildēm"? T.i. piemēram, kā 8. 4/0/4 var norādīt uz undefined, ja 4/0 = Infi un Infi/4 ir Infy? 7. iespējamā atbilde vispār ir true, jo (4 > 0) = true un true/1 < 4. WTF?! a kāpēc viņiem jākorelejas? vienu no iespējamām atbildēm jāievieto '???' vietā, vismaz es tā sapratu. Kā iepriekš rakstiju tur laikam {a:4,b:2} kas ir objekts. Nu es ar konsoli :) Quote Link to comment Share on other sites More sharing options...
indoom Posted February 27, 2015 Report Share Posted February 27, 2015 ??? vietā 4>0<4, jo sanāk strings "true", kas ir 4 simboli. Quote Link to comment Share on other sites More sharing options...
Kavacky Posted February 27, 2015 Report Share Posted February 27, 2015 Nopietni, šis ir absolūti neproduktīvs offtopic. Tas, ka tu neko no tā nesaproti, vēl nenozīmē, ka pati diskusija neproduktīva. Quote Link to comment Share on other sites More sharing options...
jurchiks Posted February 28, 2015 Report Share Posted February 28, 2015 Es atvainojos, tu topikam vispār līdzi sekoji? Cik postu no šī bija TIEŠI par tēmu "Front-end dev alga"? Ne vairāk kā 10%. Es redzu tikai, ka visu laiku notiek diršanās par codez atvemtajiem testiem, kuri NAV tieši par tēmu, i.e. tiem būtu jābūt atsevišķā topikā. Quote Link to comment Share on other sites More sharing options...
Kavacky Posted February 28, 2015 Report Share Posted February 28, 2015 Es nepiekrītu nevis tam, ka tas ir offtopic, bet gan, ka tas ir absolūti neproduktīvi. Quote Link to comment Share on other sites More sharing options...
jurchiks Posted February 28, 2015 Report Share Posted February 28, 2015 Tu domā, ka tas, ka visi viens otram brauc augumā, ir produktīvi? Quote Link to comment Share on other sites More sharing options...
php newbie Posted February 28, 2015 Report Share Posted February 28, 2015 Tas ka viens otram brauc augumā ir interneta sazināšanas īpatnība. Internetā man visu laiku brauc augumā, bet reālajā dzīvē tas notiek daudz rētāk. Bet tie testi tomēr ir on-topic. Cilvēks ir piedāvājis JS un IQ testu maisījumu algas noteikšanai kas varētu būt ka viens no līdzekliem cilvēka iemaņu noteikšanai Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.