parent
e71be9005b
commit
a36a835065
@ -1,9 +1,13 @@
|
|||||||
const webTechs = [
|
export function web_tech()
|
||||||
'HTML',
|
{
|
||||||
'CSS',
|
const webTechs = [
|
||||||
'JavaScript',
|
'HTML',
|
||||||
'React',
|
'CSS',
|
||||||
'Redux',
|
'JavaScript',
|
||||||
'Node',
|
'React',
|
||||||
'MongoDB',
|
'Redux',
|
||||||
]
|
'Node',
|
||||||
|
'MongoDB',
|
||||||
|
]
|
||||||
|
return webTechs
|
||||||
|
}
|
Loading…
Reference in new issue