This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A |B | |
---|--- | |
1 |1 | |
1 |0 | |
0 |1 | |
0 |0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Find suboptimal code in the following snippet: | |
for (var i = 0; i < 100; i++) { | |
$("#list").append(i + ", "); | |
}; | |
------------------------------------------ | |
2) What is the result of the following code snippet: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019-06-13 17:11:56.672 17544-17544/? I/s.staging.debu: Late-enabling -Xcheck:jni | |
2019-06-13 17:11:56.783 17544-17544/com.welltok.cafewell.members.staging.debug I/s.staging.debu: The ClassLoaderContext is a special shared library. | |
2019-06-13 17:11:57.363 17544-17544/com.welltok.cafewell.members.staging.debug W/s.staging.debu: JIT profile information will not be recorded: profile file does not exits. | |
2019-06-13 17:11:57.364 17544-17544/com.welltok.cafewell.members.staging.debug I/chatty: uid=10229(com.welltok.cafewell.members.staging.debug) identical 10 lines | |
2019-06-13 17:11:57.364 17544-17544/com.welltok.cafewell.members.staging.debug W/s.staging.debu: JIT profile information will not be recorded: profile file does not exits. | |
2019-06-13 17:11:57.384 17544-17544/com.welltok.cafewell.members.staging.debug I/MultiDex: VM with version 2.1.0 has multidex support | |
2019-06-13 17:11:57.384 17544-17544/com.welltok.cafewell.members.staging.debug I/MultiDex: Installing application | |
2019-06-13 17:11:57.384 17544-17544/com |