Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function solve() {
- for (let i = 0; i < 10; i++){
- console.log('*'.repeat(10));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement