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
/** | |
* TODO | |
* 1. Buatlah variabel dengan nama restaurant yang object dengan ketentuan berikut: | |
* - Memiliki properti bernama "name" | |
* - Bertipe data string | |
* - Bernilai apa pun, asalkan tidak string kosong atau null. | |
* - Memiliki properti bernama "city" | |
* - Bertipe data string | |
* - Bernilai apa pun, asalkan tidak string kosong atau null. | |
* - Memiliki properti "favorite drink" |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<!-- Required meta tags --> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<title>Majestic Admin</title> | |
<!-- plugins:css --> | |
<link rel="stylesheet" href="vendors/mdi/css/materialdesignicons.min.css"> |