How to create Cloud Functions?
This is my first post

I can write some content here and also …
// Some javascript here
function hello_world() {
console.log('Hello World!!')
}
hello_world()

I can write some content here and also …
// Some javascript here
function hello_world() {
console.log('Hello World!!')
}
hello_world()