qwerty Posted February 13, 2015 Report Share Posted February 13, 2015 Codez. IQjs. Kāda būs metrika lai šo izmērītu? Quote Link to comment Share on other sites More sharing options...
codez Posted February 13, 2015 Report Share Posted February 13, 2015 (edited) IQjs ir klasisks vispārējā IQ tests ar jautājumiem, kas tendēti kā uz nestandarta problēmu risināšanu tā uz zināšanām un iemaņām, kuras saistītas ar js. Piemēram, tie varētu būt šādi jautājumi: [] -> "object" {} -> "object" []-{} -> ? iespējamās atbildes: NaN "object" Nil undefined "string" 0 "number" "object"-"object" vai a[first] -> 5 a[previous] -> 8 a[current] -> 7 a[next] -> 4 a[last] -> ? iespējamās atbildes: 1 2 3 4 5 6 7 8 9 0 Edited February 13, 2015 by codez Quote Link to comment Share on other sites More sharing options...
JOHN WICK Posted February 13, 2015 Author Report Share Posted February 13, 2015 (edited) 1. undefined 2. 5 IQjs 60 - confirmed. kā tikt pie pareizās atbildes 2. jautājumam? Edited February 13, 2015 by JOHN WICK Quote Link to comment Share on other sites More sharing options...
qwerty Posted February 13, 2015 Report Share Posted February 13, 2015 (edited) 1. undefined 2. 5 IQjs 60 - confirmed. kā tikt pie pareizās atbildes 2. jautājumam? Vispār pirmajā ir NaN. Un uz otro tu vispirms sniedzi atbildi, bet pēc tam pateici, ka nezini, kāda tā ir. Pēc tam no kaut kurienes izrāvi savus IQ punktus. Ja nu tevi pieņem darbā un tu arī raksti kodu, kuru nesaproti, bet visiem stāsti, ka saproti? Edited February 13, 2015 by qwerty Quote Link to comment Share on other sites More sharing options...
Kasspars Posted February 13, 2015 Report Share Posted February 13, 2015 Chromā spiežam F12, konsolē iekopējam []-{} un ko mums tur izvada? :) Quote Link to comment Share on other sites More sharing options...
qwerty Posted February 13, 2015 Report Share Posted February 13, 2015 NaN Quote Link to comment Share on other sites More sharing options...
JOHN WICK Posted February 13, 2015 Author Report Share Posted February 13, 2015 Vispār pirmajā ir NaN. Un uz otro tu vispirms sniedzi atbildi, bet pēc tam pateici, ka nezini, kāda tā ir. Pēc tam no kaut kurienes izrāvi savus IQ punktus. Ja nu tevi pieņem darbā un tu arī raksti kodu, kuru nesaproti, bet visiem stāsti, ka saproti? Hold on, hold on.. Too many assumptions.. 1) es vienkārši uzrakstīju savas atbildes 2) uzzināju pareizo atbildi 1. jautājumam, uzrakstīju '60 iq confirmed', jo kļūdījos, tas bija domāts kā joks. Quote Link to comment Share on other sites More sharing options...
justnorris Posted February 13, 2015 Report Share Posted February 13, 2015 (edited) codez, // Pieņemot, ka 'typeof' first, previous, last, next ir 'number' if( ( a[first] === a[previous-1] ) && ( a[last] === a[next+1] ) ) { alert("codez saka jā"); } else { alert("codez saka nē"); } Un vispār, priekš JavaScript uzdevuma tev sintakse nepareiza. a['first'] vai a.first, nevis a[first]. Uzdevums vairāk matemātiku pārbauda, nevis JS. Edited February 13, 2015 by justnorris Quote Link to comment Share on other sites More sharing options...
codez Posted February 14, 2015 Report Share Posted February 14, 2015 1. tika pareizi atbildēts 2. neviens vēl nav pareizi atbildējis un otrajā viss ir kārtībā, nevajag tur '. Quote Link to comment Share on other sites More sharing options...
qwerty Posted February 14, 2015 Report Share Posted February 14, 2015 (edited) Ja tur nevajag pēdiņas tad first ir mainīgais. a = { first: 'firstvalue', keyname: 'keyvalue', }; a[first] -> Reference error: first is not defined var first = 'keyname'; a[first] -> 'keyvalue' Edited February 14, 2015 by qwerty Quote Link to comment Share on other sites More sharing options...
v3rb0 Posted February 14, 2015 Report Share Posted February 14, 2015 varbūt a[last] === a[first -1] un ja iepriekšējais ir par vienu lielāks nekā tekošais, tad 6, bet tikpat labi krokodīls varbūt ir vairāk garš nekā zaļš. Quote Link to comment Share on other sites More sharing options...
codez Posted February 15, 2015 Report Share Posted February 15, 2015 Šie ir tikai piemēra jautājumi, kurus uz ātro izdomāju. Iedevu vienam labam frontendistam, viņš pirmo pateica uzreiz bez konsoles izmantošanas, otro pēc aptuveni minūtes. Kādam ir vēl varianti par otro? Quote Link to comment Share on other sites More sharing options...
Kasspars Posted February 15, 2015 Report Share Posted February 15, 2015 a[last] -> 1 ?? Šis ir loģikas uzdevums? Quote Link to comment Share on other sites More sharing options...
codez Posted February 15, 2015 Report Share Posted February 15, 2015 Vairāk "general IQ", testē spēju domāt ārpus rāmja, risināt nestandarta problēmas un saskatīt likumsakarības, nevis izmantot plikas zināšanas un iegaumētus paternus. Quote Link to comment Share on other sites More sharing options...
qwerty Posted February 15, 2015 Report Share Posted February 15, 2015 Visi padodas, codez. Paskaidro. 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.