Giter Club home page Giter Club logo

arkademyb10k3's Introduction

arkademyb10k3

jawaban soal tes online arkademy batch 10 kloter 3

  1. Soal 1

    • REST adalah standar arsitektur komunikasi berbasis web yang sering diterapkan dalam pengembangan layanan berbasis web. Biasanya menggunakan protocol HTTP untuk komunikasi data.
    • fungsi JSON pada REST adalah sebagai format data untuk REST. REST mengembalikan nilai berbentuk JOSN lalu dari sisi klien mengambil nilai JSON tersebut.
  2. Soal 2

    function untuk validasi username dan email

    • validasi username = kombinasi huruf kecil dan titik, panjang harus tepat 8 karakter
    • validasi email = kombinasi dari huruf kecil, huruf besar, angka, dan titik. Dengan panjang nama akun minimal 4 karakter. Dan diahiri titik dan domain.

    contoh penggunaan, jalankan di consol browser

    1. validasi username
      • is_username_valid("dimasfeb") return true
      • is_username_valid("dimas") return false
    2. validasi email
  3. Soal 3

    function untuk mecetak string sepanjang 32 karakter sebanyak parameter yang dimasukan. dan setiap string tidak ada data yang sama

    contoh penggunaan, jalankan di consol browser

    • cetak(2) akan dicetak

      S29wTDWpCNegOPQaJmkMZ5ZM71riaXJQ

      LiWdzKp4iwuI8AE5hEzTdQAFGoYdmM4I

  4. Soal 4

    file berbentuk PHP harus dijalankan di server, Mencetak bendera Programmer’s Jolly Roger.

  5. Soal 5

    function memiliki parameter berupa array yang berisi array yang berisi alpabet. function ini bertugas untuk membentuk array baru berisikan nilai tertinggi dari tiap array yang dimasukkan

    contoh penggunaan, jalankan di console browser

    • data = [ ['a', 's', 'd', 'f', 'g'], ['z', 'x', 'c'] ] ketika sort_array(data) dijalankan akan menghasilkan ['s', 'z']
  6. Soal 6

    file berbentuk PHP

    configurasi dasar

    • databse = MySQL
    • databse name = arkademy
    • import tabel from /soal_6/arkademy.sql

    accessibility text

    accessibility text

    accessibility text

    accessibility text

    accessibility text

    accessibility text

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.