https://github.com/redhocode/redhocode
Deskripsi Profile
https://github.com/redhocode/redhocode
Last synced: 3 months ago
JSON representation
Deskripsi Profile
- Host: GitHub
- URL: https://github.com/redhocode/redhocode
- Owner: redhocode
- Created: 2024-01-23T09:41:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-24T15:46:06.000Z (about 1 year ago)
- Last Synced: 2025-01-22T06:29:07.869Z (5 months ago)
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.linkedin.com/in/redho-arifin-983372196/)
[](https://mail.google.com/mail/u/1/?view=cm&fs=1&[email protected]&tf=1)
[](https://github.com/redhocode)
[](https://wakatime.com/@d34b7c67-b021-453b-88f1-66063a5e64f9)
Hi My name is Redho Arifin
====================================================================================================================================
```
function success(dedication, persistence, passion) {
dedication += 10; // Dedicate yourself
persistence += 10; // Be persistent
passion = true; // Have passionif (passion === true) {
var magic = dedication + persistence;
return magic;
} else {
var magic = 0;
return magic;
}
}```