https://github.com/uzmakh/30-days-js-challenge
https://github.com/uzmakh/30-days-js-challenge
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uzmakh/30-days-js-challenge
- Owner: Uzmakh
- Created: 2024-07-27T22:43:45.000Z (9 months ago)
- Default Branch: 30-days-js-challenge
- Last Pushed: 2024-07-30T16:09:37.000Z (9 months ago)
- Last Synced: 2024-07-30T20:20:28.406Z (9 months ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Day-01
## Variables and Data Types
### declaring and initializing the variables
### Naming conventions of Variables
### logging the value and type of variables
### Reassinging values to variables and observing their behavior