30-Days-Of-JavaScript
30-Days-Of-JavaScript copied to clipboard
Exercise: Level 3 question no.1
This is just a suggestion from my side that the question "1.Slice the first ten countries from the countries array" is not numbered or separated properly.
- r1 package com.pinetwork; 2 3 public final class BuildConfig { 4 public static final String APPLICATION_ID = "com.blockchainvault"; 5 public static final String BUILD_FLAVOR = "world"; 6 public static final String BUILD_TYPE = "release"; 7 public static final boolean DEBUG = false; 8 public static final String FLAVOR = "world"; 9 public static final int VERSION_CODE = 57; 10 public static final String VERSION_NAME = "1.32.0"; 11 } 12