Search:

Type: Posts; User: quadatic20

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,338

    Re: Need Java help on this detail attached

    HELP NEEDED!!

    if (partyOfCity === 'even') {
    var tempEvenLength = evenArray.length;
    var tempOddLength = oddArray.length;
    if (index > evenArray.length) {
    var result =...
  2. Replies
    6
    Views
    1,338

    Need help on the following java

    if (partyOfCity === 'even') {
    var tempEvenLength = evenArray.length;
    var tempOddLength = oddArray.length;
    if (index > evenArray.length) {
    var result = Number(evenArray[evenArray.length]);...
  3. Replies
    6
    Views
    1,338

    Re: Need Java help on this detail attached

    var oddArray = ['5','7','1','3'];
    var evenArray = ['0','6','4','2'];

    const initialObj = {
    'city': 'Detroit'
    'name': 'Scott J Johnson'
    'defaultValue': 2
    };

    var numberOfNames = {
  4. Replies
    6
    Views
    1,338

    Need Java help on this detail attached

    Last Name: Johnson
    First Name: Scott J

    City: Detroit


    1) Using the const key word create two arrays, with the variable names ‘oddArray’ and ‘evenArray’.
    a. Use this ‘oddArray’, [‘5’, ‘7’....
Results 1 to 4 of 6