UNPKG
bounouar-my-exercices
Version:
latest (0.9.1)
0.9.1
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.1.0
gitlab.com/Detenp/bounouar-my-exercices
bounouar-my-exercices
/
day-1
/
exercise-1.js
3 lines
•
82 B
JavaScript
View Raw
1
2
3
export
const
my_display_alpha
= (
) => {
return
"abcdefghijklmnopqrstuvwxyz"
; }