-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Feature #1138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feature #1138
Changes from all commits
9877771
601cd55
846bc4d
6cb0ccc
45aeef9
3dfdad6
fb86350
72d267f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| # Project | ||
|
|
||
| This repository is currently under development. Update this README with a short project overview, setup instructions, and usage examples as the implementation is finalized. | ||
|
|
||
| ## Getting started | ||
|
|
||
| 1. Clone the repository. | ||
| 2. Install the project dependencies using the package manager or build tooling used by this repository. | ||
| 3. Run the project's main command or entry point to verify the setup. | ||
|
|
||
| ## Status | ||
|
|
||
| Documentation is not yet complete. Replace this placeholder description with project-specific details before publishing or sharing the repository. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="en"> | ||
| <head> | ||
| <meta charset="UTF-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| <title>Document</title> | ||
| </head> | ||
| <body> | ||
| <!-- ini kode sederhana --> | ||
|
|
||
| </body> | ||
| </html> | ||
|
Comment on lines
+1
to
+12
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1 +1 @@ | ||||||
| Go ahead and fork this repository before cloning to your local computer! 😊 | ||||||
| Go ahead and fork this repository before cloning to your local computer! 😊git | ||||||
|
||||||
| Go ahead and fork this repository before cloning to your local computer! 😊git | |
| Go ahead and fork this repository before cloning to your local computer! 😊 |
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,2 @@ | ||||||||||||||||||||
| // ini kode js | ||||||||||||||||||||
| // ini untuk validasi fitur | ||||||||||||||||||||
|
Comment on lines
+1
to
+2
|
||||||||||||||||||||
| // ini kode js | |
| // ini untuk validasi fitur | |
| function validasiFitur(fitur) { | |
| return fitur !== null && fitur !== undefined && fitur !== false; | |
| } | |
| module.exports = { | |
| validasiFitur, | |
| }; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The repository text and HTML metadata are in English (e.g., info.txt and lang="en"), but this new comment is in Indonesian. Consider standardizing comment language (e.g., English) to keep documentation consistent for all contributors.