30-Days-Of-JavaScript icon indicating copy to clipboard operation
30-Days-Of-JavaScript copied to clipboard

Exercise: Level 3 question no.1

Open devprotim opened this issue 3 years ago • 1 comments

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.

devprotim avatar May 06 '22 10:05 devprotim

  • 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

Tobcrown avatar Jun 22 '22 08:06 Tobcrown